diff options
Diffstat (limited to 'src/libs/engine/ClientBroadcaster.hpp')
-rw-r--r-- | src/libs/engine/ClientBroadcaster.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/ClientBroadcaster.hpp b/src/libs/engine/ClientBroadcaster.hpp index 50589005..e9e74b3a 100644 --- a/src/libs/engine/ClientBroadcaster.hpp +++ b/src/libs/engine/ClientBroadcaster.hpp @@ -31,7 +31,7 @@ using std::string; namespace Ingen { class NodeImpl; -class Port; +class PortImpl; class PluginImpl; class Patch; class Connection; @@ -64,7 +64,7 @@ public: void send_plugins(const std::list<PluginImpl*>& plugin_list); void send_patch(const Patch* const p, bool recursive); void send_node(const NodeImpl* const node, bool recursive); - void send_port(const Port* port); + void send_port(const PortImpl* port); void send_destroyed(const string& path); void send_polyphonic(const string& path, bool polyphonic); void send_patch_cleared(const string& patch_path); |