mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 04:32:00 +01:00
BlockFile::GetSpaceUsage() returns an unsigned value
This commit is contained in:
@@ -77,7 +77,7 @@ ODDecodeBlockFile::~ODDecodeBlockFile()
|
||||
|
||||
|
||||
//Check to see if we have the file for these calls.
|
||||
wxLongLong ODDecodeBlockFile::GetSpaceUsage() const
|
||||
auto ODDecodeBlockFile::GetSpaceUsage() const -> DiskByteCount
|
||||
{
|
||||
if(IsSummaryAvailable())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user