diff options
Diffstat (limited to 'src/libs/engine/events/DisablePatchEvent.h')
-rw-r--r-- | src/libs/engine/events/DisablePatchEvent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/DisablePatchEvent.h b/src/libs/engine/events/DisablePatchEvent.h index 52fbc81b..b6a21a23 100644 --- a/src/libs/engine/events/DisablePatchEvent.h +++ b/src/libs/engine/events/DisablePatchEvent.h @@ -34,10 +34,10 @@ class Patch; class DisablePatchEvent : public QueuedEvent { public: - DisablePatchEvent(CountedPtr<Responder> responder, samplecount timestamp, const string& patch_path); + DisablePatchEvent(CountedPtr<Responder> responder, SampleCount timestamp, const string& patch_path); void pre_process(); - void execute(samplecount offset); + void execute(SampleCount offset); void post_process(); private: |