summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/ObjectSender.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/ObjectSender.hpp')
-rw-r--r--src/libs/engine/ObjectSender.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/engine/ObjectSender.hpp b/src/libs/engine/ObjectSender.hpp
index fdd39101..c93804ba 100644
--- a/src/libs/engine/ObjectSender.hpp
+++ b/src/libs/engine/ObjectSender.hpp
@@ -29,7 +29,7 @@ namespace Shared {
class Patch;
class NodeImpl;
class Port;
-class Plugin;
+class PluginImpl;
/** Utility class for sending GraphObjects to clients through ClientInterface.
@@ -49,7 +49,6 @@ 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_plugins(ClientInterface* client, const std::list<Plugin*>& plugs);
};
} // namespace Ingen