fs/Path: rename RelativeFS() to Relative()

This commit is contained in:
Max Kellermann
2015-02-28 23:17:17 +01:00
parent a918821868
commit cdd0ccc67a
4 changed files with 4 additions and 4 deletions

View File

@@ -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.