summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/RequestPluginsEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/RequestPluginsEvent.h')
-rw-r--r--src/libs/engine/events/RequestPluginsEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/RequestPluginsEvent.h b/src/libs/engine/events/RequestPluginsEvent.h
index 240e00db..29bb0958 100644
--- a/src/libs/engine/events/RequestPluginsEvent.h
+++ b/src/libs/engine/events/RequestPluginsEvent.h
@@ -36,7 +36,7 @@ namespace Shared {
class RequestPluginsEvent : public QueuedEvent
{
public:
- RequestPluginsEvent(CountedPtr<Responder> responder, samplecount timestamp);
+ RequestPluginsEvent(CountedPtr<Responder> responder, SampleCount timestamp);
void pre_process();
void post_process();