diff options
Diffstat (limited to 'src/server/Engine.cpp')
-rw-r--r-- | src/server/Engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Engine.cpp b/src/server/Engine.cpp index bf5946ce..3caa4b6f 100644 --- a/src/server/Engine.cpp +++ b/src/server/Engine.cpp @@ -152,7 +152,7 @@ Engine::activate() _message_context->Thread::start(); - const Ingen::Shared::LV2URIMap& uris = *world()->uris().get(); + const Ingen::Shared::URIs& uris = *world()->uris().get(); // Create root patch PatchImpl* root_patch = _driver->root_patch(); |