mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-08 06:03:49 +01:00
Fix bug #883
This commit is contained in:
2
src/Project.h
Normal file → Executable file
2
src/Project.h
Normal file → Executable file
@@ -62,6 +62,7 @@ class EffectPlugs;
|
||||
|
||||
class TrackPanel;
|
||||
class FreqWindow;
|
||||
class ContrastDialog;
|
||||
|
||||
// toolbar classes
|
||||
class ControlToolBar;
|
||||
@@ -537,6 +538,7 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
|
||||
MixerBoardFrame* mMixerBoardFrame;
|
||||
|
||||
FreqWindow *mFreqWindow;
|
||||
ContrastDialog *mContrastDialog;
|
||||
|
||||
// dialog for missing alias warnings
|
||||
wxDialog *mAliasMissingWarningDialog;
|
||||
|
||||
Reference in New Issue
Block a user