summaryrefslogtreecommitdiffstats
path: root/src/shared/World.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/World.cpp')
-rw-r--r--src/shared/World.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/World.cpp b/src/shared/World.cpp
index 92d7a03f..c70b9196 100644
--- a/src/shared/World.cpp
+++ b/src/shared/World.cpp
@@ -107,8 +107,8 @@ public:
, lilv_world(lilv_world_new())
{
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());
+ lv2_features->add_feature(uris);
+ lv2_features->add_feature(uris->unmap_feature());
lilv_world_load_all(lilv_world);
// Set up RDF namespaces