diff options
-rw-r--r-- | raul/Path.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/Path.hpp b/raul/Path.hpp index a613e96..6237ddd 100644 --- a/raul/Path.hpp +++ b/raul/Path.hpp @@ -167,7 +167,7 @@ public: * The returned string is such that appending a valid Symbol to it is * guaranteed to form a valid path. */ - inline const std::string base() const { + inline std::string base() const { if (is_root()) { return *this; } else { |