X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39bc0347fda3505f7fb43447f21efd84b9e00b3c..75ded4d17344618afd302a0671f1277791ee17ed:/include/wx/motif/stattext.h diff --git a/include/wx/motif/stattext.h b/include/wx/motif/stattext.h index 6b53e185d4..cd9893ebfa 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_ -class WXDLLEXPORT wxStaticText: public wxStaticTextBase +class WXDLLIMPEXP_CORE wxStaticText: public wxStaticTextBase { DECLARE_DYNAMIC_CLASS(wxStaticText) @@ -55,6 +55,7 @@ public: virtual void DoSetLabel(const wxString& str); virtual wxString DoGetLabel() const; + virtual wxSize DoGetBestSize() const; protected: WXWidget m_labelWidget; };