X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3399051ee9fa4dfa5fa7ac2dd9034062f4414d64..ec8565f3c5d1df72267cb1e3375789090ac091da:/include/wx/motif/statbox.h?ds=sidebyside diff --git a/include/wx/motif/statbox.h b/include/wx/motif/statbox.h index e5821c11ed..c26d7ba69d 100644 --- a/include/wx/motif/statbox.h +++ b/include/wx/motif/statbox.h @@ -12,12 +12,10 @@ #ifndef _WX_STATBOX_H_ #define _WX_STATBOX_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "statbox.h" #endif -WXDLLEXPORT_DATA(extern const char*) wxStaticBoxNameStr; - // Group box class WXDLLEXPORT wxStaticBox: public wxStaticBoxBase { @@ -46,7 +44,7 @@ public: virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event)) { - return FALSE; + return false; } virtual WXWidget GetLabelWidget() const { return m_labelWidget; }