mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
BlockFile::GetSpaceUsage() returns an unsigned value
This commit is contained in:
@@ -73,7 +73,7 @@ struct UndoState {
|
||||
|
||||
using UndoStack = std::vector <movable_ptr<UndoStackElem>>;
|
||||
|
||||
using SpaceArray = std::vector <wxLongLong_t> ;
|
||||
using SpaceArray = std::vector <unsigned long long> ;
|
||||
|
||||
// These flags control what extra to do on a PushState
|
||||
// Default is AUTOSAVE
|
||||
|
||||
Reference in New Issue
Block a user