diff options
Diffstat (limited to 'src/libs/engine/ObjectSender.hpp')
-rw-r--r-- | src/libs/engine/ObjectSender.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/ObjectSender.hpp b/src/libs/engine/ObjectSender.hpp index c93804ba..e1274708 100644 --- a/src/libs/engine/ObjectSender.hpp +++ b/src/libs/engine/ObjectSender.hpp @@ -28,7 +28,7 @@ namespace Shared { class Patch; class NodeImpl; -class Port; +class PortImpl; class PluginImpl; @@ -48,7 +48,7 @@ public: static void send_patch(ClientInterface* client, const Patch* patch, bool recursive); static void send_node(ClientInterface* client, const NodeImpl* node, bool recursive); - static void send_port(ClientInterface* client, const Port* port); + static void send_port(ClientInterface* client, const PortImpl* port); }; } // namespace Ingen |