summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/EnablePatchEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/EnablePatchEvent.hpp')
-rw-r--r--src/libs/engine/events/EnablePatchEvent.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/EnablePatchEvent.hpp b/src/libs/engine/events/EnablePatchEvent.hpp
index fa36aae4..dad1803a 100644
--- a/src/libs/engine/events/EnablePatchEvent.hpp
+++ b/src/libs/engine/events/EnablePatchEvent.hpp
@@ -27,7 +27,7 @@ namespace Raul { template <typename T> class Array; }
namespace Ingen {
-class Patch;
+class PatchImpl;
class NodeImpl;
class CompiledPatch;
@@ -51,7 +51,7 @@ public:
private:
string _patch_path;
- Patch* _patch;
+ PatchImpl* _patch;
CompiledPatch* _compiled_patch; // Patch's new process order
bool _enable;
};