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

@@ -153,7 +153,7 @@ public:
* nullptr on mismatch.
*/
gcc_pure
const_pointer RelativeFS(const_pointer other_fs) const {
const_pointer Relative(const_pointer other_fs) const {
return PathTraitsFS::Relative(value, other_fs);
}