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