summaryrefslogtreecommitdiffstats
path: root/src/shared/World.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-14 23:53:47 +0000
committerDavid Robillard <d@drobilla.net>2012-03-14 23:53:47 +0000
commit8fc92b0e098133cd8b09acbae99c52b458a2868e (patch)
treeacf49f7334824a8fc2733a9ca8be2ef7a6100a58 /src/shared/World.cpp
parent618fbe7ad843aed738942b6e5bd87000bb11b53c (diff)
downloadingen-8fc92b0e098133cd8b09acbae99c52b458a2868e.tar.gz
ingen-8fc92b0e098133cd8b09acbae99c52b458a2868e.tar.bz2
ingen-8fc92b0e098133cd8b09acbae99c52b458a2868e.zip
Consistently map all URIs with the URI map.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4060 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/World.cpp')
-rw-r--r--src/shared/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/World.cpp b/src/shared/World.cpp
index 140dd688..fe5e025c 100644
--- a/src/shared/World.cpp
+++ b/src/shared/World.cpp
@@ -111,7 +111,7 @@ public:
, forge(new Raul::Forge())
, rdf_world(new Sord::World())
, lv2_uri_map(new Ingen::Shared::LV2URIMap(map, unmap))
- , uris(new Shared::URIs(*forge))
+ , uris(new Shared::URIs(*forge, lv2_uri_map.get()))
, lilv_world(lilv_world_new())
{
lv2_features = new Ingen::Shared::LV2Features();