summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DestroyEvent.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-26 19:27:48 +0000
committerDavid Robillard <d@drobilla.net>2007-07-26 19:27:48 +0000
commit057069ef9f2129e9f0d3bce9066d75c621282d17 (patch)
tree136a9d4b5c41edcf1fffa4160b41cf16a0cef72c /src/libs/engine/events/DestroyEvent.hpp
parentbee242f29045b82e50a4f112ac17f7e14344df78 (diff)
downloadingen-057069ef9f2129e9f0d3bce9066d75c621282d17.tar.gz
ingen-057069ef9f2129e9f0d3bce9066d75c621282d17.tar.bz2
ingen-057069ef9f2129e9f0d3bce9066d75c621282d17.zip
Fix destruction.
git-svn-id: http://svn.drobilla.net/lad/ingen@639 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events/DestroyEvent.hpp')
-rw-r--r--src/libs/engine/events/DestroyEvent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/DestroyEvent.hpp b/src/libs/engine/events/DestroyEvent.hpp
index 0a855951..70616ac1 100644
--- a/src/libs/engine/events/DestroyEvent.hpp
+++ b/src/libs/engine/events/DestroyEvent.hpp
@@ -61,7 +61,7 @@ public:
private:
Path _path;
ObjectStore::Objects::iterator _store_iterator;
- GraphObject* _object;
+ Table<Path,GraphObject*> _table;
Node* _node; ///< Same as _object if it is a Node, otherwise NULL
Port* _port; ///< Same as _object if it is a Port, otherwise NULL
DriverPort* _driver_port;