X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88201ff5f0f9ed18db555b70eb7123c8a7c9c6..aaf5f98682223a5ceb3496e7a25865ad791e8ab7:/include/wx/cocoa/stattext.h?ds=sidebyside diff --git a/include/wx/cocoa/stattext.h b/include/wx/cocoa/stattext.h index d34bbdac9f..1acc560474 100644 --- a/include/wx/cocoa/stattext.h +++ b/include/wx/cocoa/stattext.h @@ -17,7 +17,7 @@ // ======================================================================== // wxStaticText // ======================================================================== -class WXDLLEXPORT wxStaticText : public wxStaticTextBase, protected wxCocoaNSTextField +class WXDLLIMPEXP_CORE wxStaticText : public wxStaticTextBase, protected wxCocoaNSTextField { DECLARE_DYNAMIC_CLASS(wxStaticText) DECLARE_EVENT_TABLE() @@ -52,8 +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__ +#endif // __WX_COCOA_STATTEXT_H__