summaryrefslogtreecommitdiffstats
path: root/ingen/URIMap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/URIMap.hpp')
-rw-r--r--ingen/URIMap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/URIMap.hpp b/ingen/URIMap.hpp
index a3b9f219..db10241f 100644
--- a/ingen/URIMap.hpp
+++ b/ingen/URIMap.hpp
@@ -74,7 +74,7 @@ public:
struct URIDUnmapFeature : public Feature {
URIDUnmapFeature(URIMap* map, LV2_URID_Unmap* impl);
- const char* unmap(const LV2_URID urid);
+ const char* unmap(const LV2_URID urid) const;
static const char* default_unmap(LV2_URID_Map_Handle h, LV2_URID urid);
LV2_URID_Unmap urid_unmap;
};