diff options
Diffstat (limited to 'src/fs/Path.hxx')
-rw-r--r-- | src/fs/Path.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/Path.hxx b/src/fs/Path.hxx index 56459723d..8126a668a 100644 --- a/src/fs/Path.hxx +++ b/src/fs/Path.hxx @@ -161,6 +161,9 @@ public: bool IsAbsolute() const { return PathTraitsFS::IsAbsolute(c_str()); } + + gcc_pure + const char *GetSuffix() const; }; #endif |