mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
Uniform init in blockfile ctors (prevents implicit narrowings)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "../FileFormats.h"
|
||||
|
||||
SilentBlockFile::SilentBlockFile(sampleCount sampleLen):
|
||||
BlockFile(wxFileNameWrapper{}, sampleLen)
|
||||
BlockFile{ wxFileNameWrapper{}, sampleLen }
|
||||
{
|
||||
mMin = 0.;
|
||||
mMax = 0.;
|
||||
|
||||
Reference in New Issue
Block a user