summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-12-08 19:31:03 +0100
committerDavid Robillard <d@drobilla.net>2019-12-08 20:59:06 +0100
commit3be84c23321551588c023a648344f362af2740b4 (patch)
tree559efbd6e5f754ac018fcb71705a54e29358b173 /ingen
parent43c8fb044351af27b05bba20f36bbfce583ddeb2 (diff)
downloadingen-3be84c23321551588c023a648344f362af2740b4.tar.gz
ingen-3be84c23321551588c023a648344f362af2740b4.tar.bz2
ingen-3be84c23321551588c023a648344f362af2740b4.zip
Cleanup: Remove meaningless const qualifiers
Diffstat (limited to 'ingen')
-rw-r--r--ingen/ClashAvoider.hpp4
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;