summaryrefslogtreecommitdiffstats
path: root/src/server/Notification.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Notification.cpp')
-rw-r--r--src/server/Notification.cpp2
1 files changed, 1 insertions, 1 deletions
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: