diff options
Diffstat (limited to 'ingen/client/BlockModel.hpp')
-rw-r--r-- | ingen/client/BlockModel.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ingen/client/BlockModel.hpp b/ingen/client/BlockModel.hpp index d1f754bd..511e5712 100644 --- a/ingen/client/BlockModel.hpp +++ b/ingen/client/BlockModel.hpp @@ -78,8 +78,8 @@ public: std::string port_label(const SPtr<const PortModel>& port) const; // Signals - INGEN_SIGNAL(new_port, void, SPtr<const PortModel>); - INGEN_SIGNAL(removed_port, void, SPtr<const PortModel>); + INGEN_SIGNAL(new_port, void, SPtr<const PortModel>) + INGEN_SIGNAL(removed_port, void, SPtr<const PortModel>) protected: friend class ClientStore; |