mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-10 16:27:50 +02:00
Uniform init in blockfile ctors (prevents implicit narrowings)
This commit is contained in:
@@ -131,7 +131,7 @@ LegacyBlockFile::LegacyBlockFile(wxFileNameWrapper &&existingFile,
|
||||
sampleCount summaryLen,
|
||||
sampleCount len,
|
||||
bool noRMS):
|
||||
BlockFile(std::move(existingFile), len),
|
||||
BlockFile{ std::move(existingFile), len },
|
||||
mFormat(format)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user