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

Define AudacityProject::RollbackState() for reuse elsewhere

This commit is contained in:
Paul Licameli
2015-07-08 12:38:45 -04:00
parent d8ce9f0d7d
commit f35d519c21
3 changed files with 7 additions and 2 deletions

View File

@@ -473,6 +473,7 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
void PushState(wxString desc, wxString shortDesc,
int flags = PUSH_AUTOSAVE);
void RollbackState();
private: