diff options
Diffstat (limited to 'src/libs/engine/events/AddNodeEvent.h')
-rw-r--r-- | src/libs/engine/events/AddNodeEvent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/engine/events/AddNodeEvent.h b/src/libs/engine/events/AddNodeEvent.h index 3fc204f9..99f89fe0 100644 --- a/src/libs/engine/events/AddNodeEvent.h +++ b/src/libs/engine/events/AddNodeEvent.h @@ -39,11 +39,11 @@ class Plugin; class AddNodeEvent : public QueuedEvent { public: - AddNodeEvent(CountedPtr<Responder> responder, samplecount timestamp, const string& path, Plugin* plugin, bool poly); + AddNodeEvent(CountedPtr<Responder> responder, SampleCount timestamp, const string& path, Plugin* plugin, bool poly); ~AddNodeEvent(); void pre_process(); - void execute(samplecount offset); + void execute(SampleCount offset); void post_process(); private: |