mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-21 16:11:11 +01:00
BlockFile::GetSpaceUsage() returns an unsigned value
This commit is contained in:
@@ -82,7 +82,7 @@ BlockFilePtr SilentBlockFile::Copy(wxFileNameWrapper &&)
|
||||
return newBlockFile;
|
||||
}
|
||||
|
||||
wxLongLong SilentBlockFile::GetSpaceUsage() const
|
||||
auto SilentBlockFile::GetSpaceUsage() const -> DiskByteCount
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user