summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DSSIProgramEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DSSIProgramEvent.h')
-rw-r--r--src/libs/engine/events/DSSIProgramEvent.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libs/engine/events/DSSIProgramEvent.h b/src/libs/engine/events/DSSIProgramEvent.h
index 152f3cb1..27f70e41 100644
--- a/src/libs/engine/events/DSSIProgramEvent.h
+++ b/src/libs/engine/events/DSSIProgramEvent.h
@@ -18,7 +18,7 @@
#define DSSIPROGRAMEVENT_H
#include "QueuedEvent.h"
-#include "DSSIPlugin.h"
+#include "DSSINode.h"
namespace Om {
@@ -37,10 +37,10 @@ public:
void post_process();
private:
- string m_node_path;
- int m_bank;
- int m_program;
- DSSIPlugin* m_node;
+ string m_node_path;
+ int m_bank;
+ int m_program;
+ DSSINode* m_node;
};