# HG changeset patch # User Chris Cannam # Date 1569925316 -3600 # Node ID e8b552549225a6b0178c53853cea14141dc81958 # Parent ff8c57c364a04d64969a7ba4800eb6417e6339e3 Fix compile error with non-MSVC compilers diff -r ff8c57c364a0 -r e8b552549225 base/EventSeries.h --- 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