summaryrefslogtreecommitdiffstats
path: root/include/ingen/client/PortModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/client/PortModel.hpp')
-rw-r--r--include/ingen/client/PortModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ingen/client/PortModel.hpp b/include/ingen/client/PortModel.hpp
index 36ab847f..f3e8f319 100644
--- a/include/ingen/client/PortModel.hpp
+++ b/include/ingen/client/PortModel.hpp
@@ -80,7 +80,7 @@ public:
// Signals
INGEN_SIGNAL(value_changed, void, const Raul::Atom&);
INGEN_SIGNAL(voice_changed, void, uint32_t, const Raul::Atom&);
- INGEN_SIGNAL(activity, void);
+ INGEN_SIGNAL(activity, void, const Raul::Atom&);
INGEN_SIGNAL(connection, void, SharedPtr<PortModel>);
INGEN_SIGNAL(disconnection, void, SharedPtr<PortModel>);