From 5177aa485f28e40e087042c2b7292fb9a94e7a3c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Oct 2010 21:46:16 +0000 Subject: Implement URI unmap extension and use it to serialise JSON dictionary keys. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2637 a436a847-0d15-0410-975c-d299462d15a1 --- src/module/World.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/module') diff --git a/src/module/World.cpp b/src/module/World.cpp index eddeda73..5b21e9ec 100644 --- a/src/module/World.cpp +++ b/src/module/World.cpp @@ -111,6 +111,7 @@ struct WorldImpl : public boost::noncopyable { #ifdef HAVE_SLV2 lv2_features = new Ingen::Shared::LV2Features(); lv2_features->add_feature(LV2_URI_MAP_URI, uris); + lv2_features->add_feature(LV2_URI_UNMAP_URI, uris->unmap_feature()); slv2_world_load_all(slv2_world); #endif -- cgit v1.2.1