summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DisconnectNodeEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DisconnectNodeEvent.hpp')
-rw-r--r--src/libs/engine/events/DisconnectNodeEvent.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DisconnectNodeEvent.hpp b/src/libs/engine/events/DisconnectNodeEvent.hpp
index cefe5a25..6d38c768 100644
--- a/src/libs/engine/events/DisconnectNodeEvent.hpp
+++ b/src/libs/engine/events/DisconnectNodeEvent.hpp
@@ -28,7 +28,7 @@ using std::string;
namespace Ingen {
class DisconnectionEvent;
-class Patch;
+class PatchImpl;
class NodeImpl;
class Connection;
class PortImpl;
@@ -53,7 +53,7 @@ public:
private:
Raul::Path _node_path;
- Patch* _patch;
+ PatchImpl* _patch;
NodeImpl* _node;
Raul::List<DisconnectionEvent*> _disconnection_events;