mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 09:01:12 +01:00
BlockFile::GetSpaceUsage() returns an unsigned value
This commit is contained in:
@@ -63,7 +63,7 @@ class ODPCMAliasBlockFile final : public PCMAliasBlockFile
|
||||
bool IsSummaryBeingComputed() override { return mSummaryBeingComputed; }
|
||||
|
||||
//Calls that rely on summary files need to be overidden
|
||||
wxLongLong GetSpaceUsage() const override;
|
||||
DiskByteCount GetSpaceUsage() const override;
|
||||
/// Gets extreme values for the specified region
|
||||
void GetMinMax(sampleCount start, sampleCount len,
|
||||
float *outMin, float *outMax, float *outRMS) const override;
|
||||
|
||||
Reference in New Issue
Block a user