From 7be6d5d05756a7dea20c494d56f364b4dc064c88 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 03:01:26 +0000 Subject: Clean up and better document World interface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4344 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/Notification.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/Notification.cpp') diff --git a/src/server/Notification.cpp b/src/server/Notification.cpp index 05570a0f..b4c55da1 100644 --- a/src/server/Notification.cpp +++ b/src/server/Notification.cpp @@ -28,7 +28,7 @@ void Notification::post_process(Notification& note, Engine& engine) { - const Ingen::Shared::URIs& uris = *engine.world()->uris().get(); + const Ingen::Shared::URIs& uris = engine.world()->uris(); Ingen::Forge& forge = engine.world()->forge(); switch (note.type) { case PORT_VALUE: -- cgit v1.2.1