summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DisconnectionEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DisconnectionEvent.hpp')
-rw-r--r--src/libs/engine/events/DisconnectionEvent.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DisconnectionEvent.hpp b/src/libs/engine/events/DisconnectionEvent.hpp
index 603eaf47..ea4dbbda 100644
--- a/src/libs/engine/events/DisconnectionEvent.hpp
+++ b/src/libs/engine/events/DisconnectionEvent.hpp
@@ -31,7 +31,7 @@ namespace Raul {
namespace Ingen {
-class Patch;
+class PatchImpl;
class NodeImpl;
class ConnectionImpl;
class MidiMessage;
@@ -70,7 +70,7 @@ private:
Raul::Path _src_port_path;
Raul::Path _dst_port_path;
- Patch* _patch;
+ PatchImpl* _patch;
PortImpl* _src_port;
PortImpl* _dst_port;
OutputPort* _src_output_port;