summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/DeactivateEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/DeactivateEvent.h')
-rw-r--r--src/libs/engine/events/DeactivateEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/DeactivateEvent.h b/src/libs/engine/events/DeactivateEvent.h
index 35c96e78..7e540ba8 100644
--- a/src/libs/engine/events/DeactivateEvent.h
+++ b/src/libs/engine/events/DeactivateEvent.h
@@ -29,7 +29,7 @@ namespace Om {
class DeactivateEvent : public QueuedEvent
{
public:
- DeactivateEvent(CountedPtr<Responder> responder);
+ DeactivateEvent(CountedPtr<Responder> responder, samplecount timestamp);
void pre_process();
void execute(samplecount offset);