wxGTK compile fixes for my wxMSW changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#ifndef _WX_DIALOG_H_BASE_
|
#ifndef _WX_DIALOG_H_BASE_
|
||||||
#define _WX_DIALOG_H_BASE_
|
#define _WX_DIALOG_H_BASE_
|
||||||
|
|
||||||
|
#include "wx/defs.h"
|
||||||
|
#include "wx/panel.h"
|
||||||
|
|
||||||
class WXDLLEXPORT wxDialogBase : public wxPanel
|
class WXDLLEXPORT wxDialogBase : public wxPanel
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
|
@@ -47,6 +47,4 @@ public:
|
|||||||
long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr );
|
long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr );
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // wxUSE_STATLINE
|
|
||||||
|
|
||||||
#endif // __GTKSTATICLINEH__
|
#endif // __GTKSTATICLINEH__
|
||||||
|
@@ -47,6 +47,4 @@ public:
|
|||||||
long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr );
|
long style = wxLI_HORIZONTAL, const wxString &name = wxStaticTextNameStr );
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // wxUSE_STATLINE
|
|
||||||
|
|
||||||
#endif // __GTKSTATICLINEH__
|
#endif // __GTKSTATICLINEH__
|
||||||
|
@@ -33,7 +33,9 @@
|
|||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/dialog.h"
|
#include "wx/dialog.h"
|
||||||
#include "wx/dcclient.h"
|
#include "wx/dcclient.h"
|
||||||
|
#include "wx/intl.h"
|
||||||
#include "wx/settings.h"
|
#include "wx/settings.h"
|
||||||
|
#include "wx/stattext.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user