compile fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 1999-06-07 22:12:57 +00:00
parent 6ec9d18f1b
commit 3d2afb7abe
2 changed files with 8 additions and 1 deletions

View File

@ -253,6 +253,13 @@
* Use this control
*/
#define wxUSE_TOOLBAR 0
#ifdef __WXWINE__
#if wxUSE_TOOLBAR
#define wxUSE_BUTTONBAR
#endif
#endif
/*
* Use this control
*/

View File

@ -82,7 +82,7 @@ class wxDllLoader
static void * GetSymbol(wxDllType dllHandle, const wxString &name);
private:
/// forbid construction of objects
wxDllLoader()
wxDllLoader();
};
// ----------------------------------------------------------------------------