summaryrefslogtreecommitdiffstats
path: root/src/engine/events
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events')
-rw-r--r--src/engine/events/SendPortActivityEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/SendPortActivityEvent.cpp b/src/engine/events/SendPortActivityEvent.cpp
index 0ab3abdd..3a408d8d 100644
--- a/src/engine/events/SendPortActivityEvent.cpp
+++ b/src/engine/events/SendPortActivityEvent.cpp
@@ -26,7 +26,7 @@ namespace Ingen {
void
SendPortActivityEvent::post_process()
{
- _engine.broadcaster()->send_port_activity(_port->path());
+ _engine.broadcaster()->send_activity(_port->path());
}