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:
parent
eae38b0676
commit
85f13b433f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user