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 5e0d2880..27c2aa33 100644
--- a/src/libs/engine/events/DeactivateEvent.h
+++ b/src/libs/engine/events/DeactivateEvent.h
@@ -29,10 +29,10 @@ namespace Om {
class DeactivateEvent : public QueuedEvent
{
public:
- DeactivateEvent(CountedPtr<Responder> responder, samplecount timestamp);
+ DeactivateEvent(CountedPtr<Responder> responder, SampleCount timestamp);
void pre_process();
- void execute(samplecount offset);
+ void execute(SampleCount offset);
void post_process();
};