summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/CreateNodeEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/CreateNodeEvent.hpp')
-rw-r--r--src/libs/engine/events/CreateNodeEvent.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/CreateNodeEvent.hpp b/src/libs/engine/events/CreateNodeEvent.hpp
index 73cbcc02..1452df05 100644
--- a/src/libs/engine/events/CreateNodeEvent.hpp
+++ b/src/libs/engine/events/CreateNodeEvent.hpp
@@ -29,7 +29,7 @@ template<typename T> class TreeNode;
namespace Ingen {
class Patch;
-class Node;
+class NodeImpl;
class Plugin;
class CompiledPatch;
@@ -71,7 +71,7 @@ private:
string _plugin_label;
bool _poly;
Patch* _patch;
- Node* _node;
+ NodeImpl* _node;
CompiledPatch* _compiled_patch; ///< Patch's new process order
bool _node_already_exists;
};