Possible fix for bevelButton problem

Originally committed to SVN as r2149.
This commit is contained in:
Niels Martin Hansen 2008-03-26 23:28:12 +00:00
parent d47ee5f164
commit abeaf06776
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@
#ifdef __WXMAC__
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "button.h"
#pragma implementation "bevelButton.h"
#endif
#include "wx/wxprec.h"
@ -24,7 +24,6 @@
IMPLEMENT_DYNAMIC_CLASS(wxBevelButton, wxControl)
#include "wx/mac/uma.h"
#include "bevelButton.h"
// Button
static const int kMacOSXHorizontalBorder = 2 ;

View File

@ -17,7 +17,7 @@
#include "wx/control.h"
#include "wx/gdicmn.h"
WXDLLEXPORT_DATA(extern const wxChar*) wxButtonNameStr;
//WXDLLEXPORT_DATA(extern const wxChar*) wxButtonNameStr;
// Pushbutton
class WXDLLEXPORT wxBevelButton: public wxButton