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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DeactivateEvent.h b/src/libs/engine/events/DeactivateEvent.h
index 0fd79d32..ddeb75f5 100644
--- a/src/libs/engine/events/DeactivateEvent.h
+++ b/src/libs/engine/events/DeactivateEvent.h
@@ -29,10 +29,10 @@ namespace Ingen {
class DeactivateEvent : public QueuedEvent
{
public:
- DeactivateEvent(CountedPtr<Responder> responder, SampleCount timestamp);
+ DeactivateEvent(Engine& engine, CountedPtr<Responder> responder, SampleCount timestamp);
void pre_process();
- void execute(SampleCount offset);
+ void execute(SampleCount nframes, FrameTime start, FrameTime end);
void post_process();
};