From 3e0503d54d22daec52478185b24fd8fc398e69c3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Jul 2020 10:36:10 +0200 Subject: Remove superfluous const --- raul/Path.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'raul/Path.hpp') 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 { -- cgit v1.2.1