summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events/LashRestoreDoneEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/events/LashRestoreDoneEvent.h')
-rw-r--r--src/libs/engine/events/LashRestoreDoneEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/LashRestoreDoneEvent.h b/src/libs/engine/events/LashRestoreDoneEvent.h
index c6dd0392..b090e01d 100644
--- a/src/libs/engine/events/LashRestoreDoneEvent.h
+++ b/src/libs/engine/events/LashRestoreDoneEvent.h
@@ -39,7 +39,7 @@ class Port;
class LashRestoreDoneEvent : public QueuedEvent
{
public:
- LashRestoreDoneEvent(CountedPtr<Responder> responder, samplecount timestamp) : QueuedEvent(responder, timestamp) {}
+ LashRestoreDoneEvent(CountedPtr<Responder> responder, SampleCount timestamp) : QueuedEvent(responder, timestamp) {}
void post_process()
{