From 85f13b433f6ba6bb9e8c2c8d127f6be742af2ff4 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 28 Aug 2018 07:36:39 -0400 Subject: [PATCH] Fix Linux build... uniform initialization not implemented right in g++? --- src/AudioIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AudioIO.cpp b/src/AudioIO.cpp index c00b033ed..7b269db3e 100644 --- a/src/AudioIO.cpp +++ b/src/AudioIO.cpp @@ -549,7 +549,7 @@ struct AudioIO::ScrubState if (dd.duration <= 0) return; - Message message{ mMessage.Read() }; + Message message( mMessage.Read() ); if ( !mStarted ) { const sampleCount s0 { llrint( mRate * std::max( message.options.minTime,