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