X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3399051ee9fa4dfa5fa7ac2dd9034062f4414d64..9f8845289521c7f53e95b6dfd8275daab8b05639:/include/wx/motif/button.h diff --git a/include/wx/motif/button.h b/include/wx/motif/button.h index 0389589398..32958d5753 100644 --- a/include/wx/motif/button.h +++ b/include/wx/motif/button.h @@ -12,12 +12,10 @@ #ifndef _WX_BUTTON_H_ #define _WX_BUTTON_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "button.h" #endif -WXDLLEXPORT_DATA(extern const char*) wxButtonNameStr; - // Pushbutton class WXDLLEXPORT wxButton: public wxButtonBase { @@ -50,6 +48,7 @@ public: // Implementation private: virtual wxSize DoGetBestSize() const; + wxSize OldGetBestSize() const; void SetDefaultShadowThicknessAndResize(); };