#include "wx/bitmap.h"
#include "wx/button.h"
-extern WXDLLEXPORT_DATA(const wxChar*) wxButtonNameStr;
+extern WXDLLEXPORT_DATA(const wxChar) wxButtonNameStr[];
// ----------------------------------------------------------------------------
// wxBitmapButton: a button which shows bitmaps instead of the usual string.
// prevent virtual function hiding
virtual void SetLabel(const wxString& label)
- { wxWindowBase::SetLabel(label); }
+ { wxWindow::SetLabel(label); }
#endif // WXWIN_COMPATIBILITY_2_6
protected: