From 3be84c23321551588c023a648344f362af2740b4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Dec 2019 19:31:03 +0100 Subject: Cleanup: Remove meaningless const qualifiers --- ingen/ClashAvoider.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ingen/ClashAvoider.hpp') 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; -- cgit v1.2.1