diff options
Diffstat (limited to 'ingen')
-rw-r--r-- | ingen/ClashAvoider.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/ClashAvoider.hpp b/ingen/ClashAvoider.hpp index 60bb6b48..1d2cebf0 100644 --- a/ingen/ClashAvoider.hpp +++ b/ingen/ClashAvoider.hpp @@ -37,8 +37,8 @@ class INGEN_API ClashAvoider public: explicit ClashAvoider(const Store& store); - const URI map_uri(const URI& in); - const Raul::Path map_path(const Raul::Path& in); + URI map_uri(const URI& in); + Raul::Path map_path(const Raul::Path& in); bool exists(const Raul::Path& path) const; |