From dc6bde36430e1e2da21b3b81f691ea6f31d672be Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 29 Sep 2015 13:51:22 +0000 Subject: Fix more URI conversion issues. Fixes #1088. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5733 a436a847-0d15-0410-975c-d299462d15a1 --- src/URIs.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/URIs.cpp') diff --git a/src/URIs.cpp b/src/URIs.cpp index e25257a2..57a17ce0 100644 --- a/src/URIs.cpp +++ b/src/URIs.cpp @@ -117,6 +117,7 @@ URIs::URIs(Forge& f, URIMap* map, LilvWorld* lworld) , lv2_connectionOptional(forge, map, lworld, LV2_CORE__connectionOptional) , lv2_default (forge, map, lworld, LV2_CORE__default) , lv2_designation (forge, map, lworld, LV2_CORE__designation) + , lv2_enumeration (forge, map, lworld, LV2_CORE__enumeration) , lv2_extensionData (forge, map, lworld, LV2_CORE__extensionData) , lv2_index (forge, map, lworld, LV2_CORE__index) , lv2_integer (forge, map, lworld, LV2_CORE__integer) -- cgit v1.2.1