diff options
Diffstat (limited to 'src/server/Notification.cpp')
-rw-r--r-- | src/server/Notification.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Notification.cpp b/src/server/Notification.cpp index b4c55da1..c95311c9 100644 --- a/src/server/Notification.cpp +++ b/src/server/Notification.cpp @@ -29,7 +29,7 @@ Notification::post_process(Notification& note, Engine& engine) { const Ingen::Shared::URIs& uris = engine.world()->uris(); - Ingen::Forge& forge = engine.world()->forge(); + Ingen::Shared::Forge& forge = engine.world()->forge(); switch (note.type) { case PORT_VALUE: engine.broadcaster()->set_property(note.port->path(), |