summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/EnablePatchEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/EnablePatchEvent.h')
-rw-r--r--src/libs/engine/events/EnablePatchEvent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/EnablePatchEvent.h b/src/libs/engine/events/EnablePatchEvent.h
index b2b3e300..1984f72c 100644
--- a/src/libs/engine/events/EnablePatchEvent.h
+++ b/src/libs/engine/events/EnablePatchEvent.h
@@ -37,10 +37,10 @@ class Node;
class EnablePatchEvent : public QueuedEvent
{
public:
- EnablePatchEvent(CountedPtr<Responder> responder, samplecount timestamp, const string& patch_path);
+ EnablePatchEvent(CountedPtr<Responder> responder, SampleCount timestamp, const string& patch_path);
void pre_process();
- void execute(samplecount offset);
+ void execute(SampleCount offset);
void post_process();
private: