compile fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6ec9d18f1b
commit
3d2afb7abe
@ -253,6 +253,13 @@
|
||||
* Use this control
|
||||
*/
|
||||
#define wxUSE_TOOLBAR 0
|
||||
|
||||
#ifdef __WXWINE__
|
||||
#if wxUSE_TOOLBAR
|
||||
#define wxUSE_BUTTONBAR
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Use this control
|
||||
*/
|
||||
|
@ -82,7 +82,7 @@ class wxDllLoader
|
||||
static void * GetSymbol(wxDllType dllHandle, const wxString &name);
|
||||
private:
|
||||
/// forbid construction of objects
|
||||
wxDllLoader()
|
||||
wxDllLoader();
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user