From 6bd13dfa606f758212a20634f0f073596f42101f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Jul 2012 02:45:35 +0000 Subject: Working bi-directional UI <=> plugin messaging. Rewrite notification system to support variably sized notifications. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4548 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/shared/URIMap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ingen/shared') diff --git a/ingen/shared/URIMap.hpp b/ingen/shared/URIMap.hpp index 952d67ce..bb3e55be 100644 --- a/ingen/shared/URIMap.hpp +++ b/ingen/shared/URIMap.hpp @@ -37,7 +37,7 @@ public: virtual ~URIMap() {} uint32_t map_uri(const char* uri); - const char* unmap_uri(uint32_t urid); + const char* unmap_uri(uint32_t urid) const; class Feature : public LV2Features::Feature { public: -- cgit v1.2.1