summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/QueuedEventSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/QueuedEventSource.cpp')
-rw-r--r--src/libs/engine/QueuedEventSource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/QueuedEventSource.cpp b/src/libs/engine/QueuedEventSource.cpp
index d4f0f251..638d9b42 100644
--- a/src/libs/engine/QueuedEventSource.cpp
+++ b/src/libs/engine/QueuedEventSource.cpp
@@ -82,7 +82,7 @@ QueuedEventSource::push_stamped(Event* const ev)
* it wants).
*/
Event*
-QueuedEventSource::pop_earliest_queued_before(const samplecount time)
+QueuedEventSource::pop_earliest_queued_before(const SampleCount time)
{
QueuedEvent* const front_event = _events[_front];