summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/EnablePatchEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/EnablePatchEvent.h')
-rw-r--r--src/libs/engine/events/EnablePatchEvent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/EnablePatchEvent.h b/src/libs/engine/events/EnablePatchEvent.h
index 9d2a8db6..350c9f3e 100644
--- a/src/libs/engine/events/EnablePatchEvent.h
+++ b/src/libs/engine/events/EnablePatchEvent.h
@@ -23,7 +23,7 @@
using std::string;
-template <typename T> class Array;
+namespace Raul { template <typename T> class Array; }
namespace Ingen {
@@ -47,7 +47,7 @@ public:
private:
string _patch_path;
Patch* _patch;
- Array<Node*>* _process_order; // Patch's new process order
+ Raul::Array<Node*>* _process_order; // Patch's new process order
};