diff options
Diffstat (limited to 'src/libs/engine/events/LoadPluginsEvent.h')
-rw-r--r-- | src/libs/engine/events/LoadPluginsEvent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/LoadPluginsEvent.h b/src/libs/engine/events/LoadPluginsEvent.h index 435d6f15..9600bdbc 100644 --- a/src/libs/engine/events/LoadPluginsEvent.h +++ b/src/libs/engine/events/LoadPluginsEvent.h @@ -29,7 +29,7 @@ namespace Om { class LoadPluginsEvent : public QueuedEvent { public: - LoadPluginsEvent(CountedPtr<Responder> responder, samplecount timestamp); + LoadPluginsEvent(CountedPtr<Responder> responder, SampleCount timestamp); void post_process(); }; |