X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a595736d07382f41ab09bacdd692fe9a4cad894..26531700c7ec84872c60899ce6219954499086da:/include/wx/motif/stattext.h diff --git a/include/wx/motif/stattext.h b/include/wx/motif/stattext.h index 4857cc4473..a322eb87eb 100644 --- a/include/wx/motif/stattext.h +++ b/include/wx/motif/stattext.h @@ -12,7 +12,7 @@ #ifndef _WX_STATTEXT_H_ #define _WX_STATTEXT_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "stattext.h" #endif @@ -46,7 +46,7 @@ public: // operations virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event)) { - return FALSE; + return false; } virtual void SetLabel(const wxString& label);