diff options
author | David Robillard <d@drobilla.net> | 2006-06-21 07:03:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2006-06-21 07:03:30 +0000 |
commit | 90013966c14d18c7c55a906c319704bc1ffc4ae9 (patch) | |
tree | 51ec917ce77914968447358db5c1fdef954d573b /src/libs/engine/events/ConnectionEvent.h | |
parent | adac9032064d973ff6cfe1f94d8619c71fe199a3 (diff) | |
download | ingen-90013966c14d18c7c55a906c319704bc1ffc4ae9.tar.gz ingen-90013966c14d18c7c55a906c319704bc1ffc4ae9.tar.bz2 ingen-90013966c14d18c7c55a906c319704bc1ffc4ae9.zip |
More renaming, fixed bugs with disconnecting patch ports internally
git-svn-id: http://svn.drobilla.net/lad/ingen@74 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events/ConnectionEvent.h')
-rw-r--r-- | src/libs/engine/events/ConnectionEvent.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/engine/events/ConnectionEvent.h b/src/libs/engine/events/ConnectionEvent.h index 2d2e0c92..23bedcef 100644 --- a/src/libs/engine/events/ConnectionEvent.h +++ b/src/libs/engine/events/ConnectionEvent.h @@ -81,7 +81,6 @@ class TypedConnectionEvent : public QueuedEvent { public: TypedConnectionEvent(CountedPtr<Responder> responder, OutputPort<T>* src_port, InputPort<T>* dst_port); - ~TypedConnectionEvent(); void pre_process(); void execute(samplecount offset); |