1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 06:03:49 +01:00

Temporary fix for bug #964

This commit is contained in:
Leland Lucius
2015-09-04 01:07:16 -05:00
parent 1061528c6e
commit 49fc3336eb
3 changed files with 22 additions and 3 deletions

View File

@@ -671,6 +671,9 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
wxLongLong mLastSelectionAdjustment;
// See explanation in OnCloseWindow
bool mIsBeingDeleted;
// CommandManager needs to use private methods
friend class CommandManager;