1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 08:09:41 +02:00

state field of status bar. Previous commit failed to build on linux (again). Added forward declaration of class wxStatusBar to ControlBar.h.

This commit is contained in:
David Bailes 2015-06-02 16:21:51 +01:00
parent a4cc294158
commit a25a8f8f26

View File

@ -24,6 +24,7 @@ class wxKeyEvent;
class wxTimer;
class wxTimerEvent;
class wxWindow;
class wxStatusBar;
class AButton;
class AudacityProject;