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