summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/ClientBroadcaster.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/ClientBroadcaster.hpp')
-rw-r--r--src/libs/engine/ClientBroadcaster.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/engine/ClientBroadcaster.hpp b/src/libs/engine/ClientBroadcaster.hpp
index f4a97397..d7621555 100644
--- a/src/libs/engine/ClientBroadcaster.hpp
+++ b/src/libs/engine/ClientBroadcaster.hpp
@@ -34,7 +34,7 @@ namespace Ingen {
class NodeImpl;
class PortImpl;
class PluginImpl;
-class Patch;
+class PatchImpl;
class ConnectionImpl;
using Shared::ClientInterface;
@@ -63,8 +63,8 @@ public:
void send_error(const string& msg);
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_patch(const PatchImpl* p, bool recursive);
+ void send_node(const NodeImpl* node, bool recursive);
void send_port(const PortImpl* port);
void send_destroyed(const string& path);
void send_polyphonic(const string& path, bool polyphonic);