Don't forward declare wxWindow in Audacity.h

This commit is contained in:
Paul Licameli 2021-05-08 16:07:21 -04:00 committed by Leland Lucius
parent 794f4e5877
commit e6cd0b88bc
5 changed files with 5 additions and 3 deletions

View File

@ -88,7 +88,4 @@
AUDACITY_QUOTE( AUDACITY_MODLEVEL )
#endif
class wxWindow;
#endif // __AUDACITY_H__

View File

@ -11,6 +11,7 @@
#ifndef __AUDACITY_BENCHMARK__
#define __AUDACITY_BENCHMARK__
class wxWindow;
class AudacityProject;
void RunBenchmark( wxWindow *parent, AudacityProject &project );

View File

@ -16,6 +16,7 @@
#define __AUDACITY_LANG_CHOICE__
class wxString;
class wxWindow;
wxString ChooseLanguage(wxWindow *parent);

View File

@ -14,6 +14,8 @@
#include "Audacity.h"
#include "audacity/Types.h"
class wxWindow;
namespace TempDirectory
{
wxString TempDir();

View File

@ -15,6 +15,7 @@
#include <wx/defs.h>
class wxString;
class wxWindow;
class TranslatableString;
// "Don't show this warning again"