diff options
Diffstat (limited to 'src/engine/events/CreateNode.hpp')
-rw-r--r-- | src/engine/events/CreateNode.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/events/CreateNode.hpp b/src/engine/events/CreateNode.hpp index e44008e4..8f2379b0 100644 --- a/src/engine/events/CreateNode.hpp +++ b/src/engine/events/CreateNode.hpp @@ -25,6 +25,7 @@ namespace Ingen { class PatchImpl; +class PluginImpl; class NodeImpl; class CompiledPatch; @@ -59,6 +60,7 @@ private: std::string _plugin_label; bool _polyphonic; PatchImpl* _patch; + PluginImpl* _plugin; NodeImpl* _node; CompiledPatch* _compiled_patch; ///< Patch's new process order bool _node_already_exists; |