1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 14:16:28 +01:00

More simplifications by use of SelectionStateChanger

This commit is contained in:
Paul Licameli
2017-06-11 11:21:36 -04:00
parent d834bcdbd1
commit 6b5c5a0335
3 changed files with 9 additions and 33 deletions

View File

@@ -28,6 +28,7 @@ class wxTextCtrl;
class AudacityProject;
class LabelTrack;
class SelectionState;
class ShuttleGui;
class Track;
@@ -160,6 +161,8 @@ private:
wxSimplebook *mBook;
SelectionState &mSelectionState;
DECLARE_EVENT_TABLE()
};