From 260a406b12997fdab7446a9980e921d8cfc46915 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 8 Oct 2007 04:51:33 +0000 Subject: SharedPtr-ize engine-side Connections (towards merge for patch->connections()). git-svn-id: http://svn.drobilla.net/lad/ingen@846 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/ConnectionEvent.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/libs/engine/events/ConnectionEvent.hpp') diff --git a/src/libs/engine/events/ConnectionEvent.hpp b/src/libs/engine/events/ConnectionEvent.hpp index 3c2f1f68..1d46be6f 100644 --- a/src/libs/engine/events/ConnectionEvent.hpp +++ b/src/libs/engine/events/ConnectionEvent.hpp @@ -22,6 +22,7 @@ #include #include "QueuedEvent.hpp" #include "Patch.hpp" +#include "InputPort.hpp" #include "types.hpp" using std::string; @@ -78,9 +79,9 @@ private: CompiledPatch* _compiled_patch; ///< New process order for Patch - SharedPtr _connection; - Patch::Connections::Node* _patch_listnode; - Patch::Connections::Node* _port_listnode; + SharedPtr _connection; + Patch::Connections::Node* _patch_listnode; + InputPort::Connections::Node* _port_listnode; ErrorType _error; }; -- cgit v1.2.1