From cdd0ccc67a63e8e4d108cb817f856a227a994242 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 28 Feb 2015 23:17:17 +0100 Subject: fs/Path: rename RelativeFS() to Relative() --- src/fs/AllocatedPath.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/AllocatedPath.hxx') diff --git a/src/fs/AllocatedPath.hxx b/src/fs/AllocatedPath.hxx index 1f5733244..4496981d7 100644 --- a/src/fs/AllocatedPath.hxx +++ b/src/fs/AllocatedPath.hxx @@ -249,7 +249,7 @@ public: * nullptr on mismatch. */ gcc_pure - const char *RelativeFS(const char *other_fs) const; + const char *Relative(const char *other_fs) const; /** * Chop trailing directory separators. -- cgit v1.2.3