mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
static UndoManager::Get()...
... not member functions of AudacityProject
This commit is contained in:
@@ -905,7 +905,7 @@ void OnResample(const CommandContext &context)
|
||||
auto &project = context.project;
|
||||
auto projectRate = project.GetRate();
|
||||
auto &tracks = TrackList::Get( project );
|
||||
auto &undoManager = *project.GetUndoManager();
|
||||
auto &undoManager = UndoManager::Get( project );
|
||||
|
||||
int newRate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user