1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-24 17:41:13 +01:00

fix Windows build

This commit is contained in:
Paul Licameli
2016-09-06 12:58:22 -04:00
parent 3da69173d3
commit 35d3dd01f1

View File

@@ -106,7 +106,7 @@ void UndoManager::CalculateSpaceUsage()
// in the previous level
if (prev->count( &*file ) == 0 && cur->count( &*file ) == 0)
{
space[i] += { file->GetSpaceUsage() };
space[i] += unsigned long long { file->GetSpaceUsage() };
}
// Add file to current set