summaryrefslogtreecommitdiffstats
path: root/src/engine/events/DisconnectAll.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/DisconnectAll.hpp')
-rw-r--r--src/engine/events/DisconnectAll.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/engine/events/DisconnectAll.hpp b/src/engine/events/DisconnectAll.hpp
index 65c9599f..aae6f84d 100644
--- a/src/engine/events/DisconnectAll.hpp
+++ b/src/engine/events/DisconnectAll.hpp
@@ -18,7 +18,8 @@
#ifndef INGEN_EVENTS_DISCONNECTALL_HPP
#define INGEN_EVENTS_DISCONNECTALL_HPP
-#include "raul/List.hpp"
+#include <list>
+
#include "raul/Path.hpp"
#include "Disconnect.hpp"
@@ -77,7 +78,8 @@ private:
NodeImpl* _node;
PortImpl* _port;
- Raul::List<Disconnect::Impl*> _disconnect_events;
+ typedef std::list<Disconnect::Impl*> Impls;
+ Impls _impls;
CompiledPatch* _compiled_patch; ///< New process order for Patch