mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
ProjectFileIO fns now take multiple pointers to const TrackLists
This commit is contained in:
@@ -293,7 +293,7 @@ void HistoryDialog::OnCompact(wxCommandEvent & WXUNUSED(event))
|
||||
auto walFile = wxFileName(projectFileIO.GetFileName() + wxT("-wal"));
|
||||
auto before = baseFile.GetSize() + walFile.GetSize();
|
||||
|
||||
projectFileIO.Compact(nullptr, true);
|
||||
projectFileIO.Compact({}, true);
|
||||
|
||||
auto after = baseFile.GetSize() + walFile.GetSize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user