1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 00:19:27 +02:00

Fix Linux build... uniform initialization not implemented right in g++?

This commit is contained in:
Paul Licameli 2018-08-28 07:36:39 -04:00
parent eae38b0676
commit 85f13b433f

View File

@ -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,