summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DSSIControlEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DSSIControlEvent.h')
-rw-r--r--src/libs/engine/events/DSSIControlEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/DSSIControlEvent.h b/src/libs/engine/events/DSSIControlEvent.h
index 9eeeb136..38114c4e 100644
--- a/src/libs/engine/events/DSSIControlEvent.h
+++ b/src/libs/engine/events/DSSIControlEvent.h
@@ -32,7 +32,7 @@ namespace Ingen {
class DSSIControlEvent : public QueuedEvent
{
public:
- DSSIControlEvent(Engine& engine, CountedPtr<Responder> responder, SampleCount timestamp, const string& node_path, int port_num, Sample val);
+ DSSIControlEvent(Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, const string& node_path, int port_num, Sample val);
void pre_process();
void execute(SampleCount nframes, FrameTime start, FrameTime end);