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 de636445..95048d0a 100644
--- a/src/libs/engine/events/DSSIControlEvent.h
+++ b/src/libs/engine/events/DSSIControlEvent.h
@@ -32,7 +32,7 @@ namespace Om {
class DSSIControlEvent : public QueuedEvent
{
public:
- DSSIControlEvent(CountedPtr<Responder> responder, const string& node_path, int port_num, sample val);
+ DSSIControlEvent(CountedPtr<Responder> responder, samplecount timestamp, const string& node_path, int port_num, sample val);
void pre_process();
void execute(samplecount offset);