changeset 1797:e8b552549225

Fix compile error with non-MSVC compilers
author Chris Cannam
date Tue, 01 Oct 2019 11:21:56 +0100
parents ff8c57c364a0
children 13bd41bd8a17
files base/EventSeries.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/base/EventSeries.h	Mon Sep 30 20:28:03 2019 +0100
+++ b/base/EventSeries.h	Tue Oct 01 11:21:56 2019 +0100
@@ -235,7 +235,7 @@
 private:
     mutable QMutex m_mutex;
 
-    EventSeries::EventSeries(const EventSeries &other, const QMutexLocker &);
+    EventSeries(const EventSeries &other, const QMutexLocker &);
     
     /**
      * This vector contains all events in the series, in the normal