mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Don't forward declare wxWindow in Audacity.h
This commit is contained in:
parent
794f4e5877
commit
e6cd0b88bc
@ -88,7 +88,4 @@
|
|||||||
AUDACITY_QUOTE( AUDACITY_MODLEVEL )
|
AUDACITY_QUOTE( AUDACITY_MODLEVEL )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
class wxWindow;
|
|
||||||
|
|
||||||
#endif // __AUDACITY_H__
|
#endif // __AUDACITY_H__
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#ifndef __AUDACITY_BENCHMARK__
|
#ifndef __AUDACITY_BENCHMARK__
|
||||||
#define __AUDACITY_BENCHMARK__
|
#define __AUDACITY_BENCHMARK__
|
||||||
|
|
||||||
|
class wxWindow;
|
||||||
class AudacityProject;
|
class AudacityProject;
|
||||||
|
|
||||||
void RunBenchmark( wxWindow *parent, AudacityProject &project );
|
void RunBenchmark( wxWindow *parent, AudacityProject &project );
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#define __AUDACITY_LANG_CHOICE__
|
#define __AUDACITY_LANG_CHOICE__
|
||||||
|
|
||||||
class wxString;
|
class wxString;
|
||||||
|
class wxWindow;
|
||||||
|
|
||||||
wxString ChooseLanguage(wxWindow *parent);
|
wxString ChooseLanguage(wxWindow *parent);
|
||||||
|
|
||||||
|
@ -14,6 +14,8 @@
|
|||||||
#include "Audacity.h"
|
#include "Audacity.h"
|
||||||
#include "audacity/Types.h"
|
#include "audacity/Types.h"
|
||||||
|
|
||||||
|
class wxWindow;
|
||||||
|
|
||||||
namespace TempDirectory
|
namespace TempDirectory
|
||||||
{
|
{
|
||||||
wxString TempDir();
|
wxString TempDir();
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
#include <wx/defs.h>
|
#include <wx/defs.h>
|
||||||
class wxString;
|
class wxString;
|
||||||
|
class wxWindow;
|
||||||
class TranslatableString;
|
class TranslatableString;
|
||||||
|
|
||||||
// "Don't show this warning again"
|
// "Don't show this warning again"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user