aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Path.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/Path.hxx')
-rw-r--r--src/fs/Path.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx
index bf6d1e3ce..ef663bf0b 100644
--- a/src/fs/Path.hxx
+++ b/src/fs/Path.hxx
@@ -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);
}