X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..28efe6544f28ba7b37a77c033901fdd6f3978b82:/include/wx/cocoa/stattext.h diff --git a/include/wx/cocoa/stattext.h b/include/wx/cocoa/stattext.h index 139f4370b3..74f8c1ced5 100644 --- a/include/wx/cocoa/stattext.h +++ b/include/wx/cocoa/stattext.h @@ -4,9 +4,9 @@ // Author: David Elliott // Modified by: // Created: 2003/02/15 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) 2003 David Elliott -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_COCOA_STATTEXT_H__ @@ -52,7 +52,8 @@ protected: // Implementation // ------------------------------------------------------------------------ public: - void SetLabel(const wxString& label); + virtual void SetLabel(const wxString& label); + virtual wxString GetLabel() const; }; #endif // __WX_COCOA_STATTEXT_H__