From 69c5e7fe16b7d9d08db81a6d5e2762f0be3b081f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 6 Jan 2007 19:39:56 +0000 Subject: Added ability to get Raul Thread for current calling context. Strong threading assertions. Flowcanvas port removal fixes. Patch port destruction. Code cleanups, bug fixes. git-svn-id: http://svn.drobilla.net/lad/ingen@234 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/DestroyEvent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libs/engine/events/DestroyEvent.h') diff --git a/src/libs/engine/events/DestroyEvent.h b/src/libs/engine/events/DestroyEvent.h index ad67bbca..6dfebbf7 100644 --- a/src/libs/engine/events/DestroyEvent.h +++ b/src/libs/engine/events/DestroyEvent.h @@ -61,6 +61,7 @@ private: ListNode* _patch_node_listnode; ListNode* _patch_port_listnode; TreeNode* _store_treenode; + Array* _ports_array; ///< New (external) ports array for Patch Array* _process_order; ///< Patch's new process order DisconnectNodeEvent* _disconnect_node_event; DisconnectPortEvent* _disconnect_port_event; -- cgit v1.2.1