X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..813b6b3f88310608cb3ca37b0f29f64330f7558f:/include/wx/motif/stattext.h diff --git a/include/wx/motif/stattext.h b/include/wx/motif/stattext.h index 2828a4e137..c60f3ac9f8 100644 --- a/include/wx/motif/stattext.h +++ b/include/wx/motif/stattext.h @@ -6,16 +6,12 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_STATTEXT_H_ #define _WX_STATTEXT_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#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);