X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b698c8e9bfbcf149f8ac375ea5b5ff6af9cba86a..137b5242b1834999da2883c7a68fbde28c6fba37:/include/wx/mac/stattext.h diff --git a/include/wx/mac/stattext.h b/include/wx/mac/stattext.h index 45d6e4e326..934d7e8118 100644 --- a/include/wx/mac/stattext.h +++ b/include/wx/mac/stattext.h @@ -48,7 +48,7 @@ class WXDLLEXPORT wxStaticText: public wxStaticTextBase void DrawParagraph(wxDC &dc, wxString paragraph); void OnPaint( wxPaintEvent &event ) ; void OnDraw( wxDC &dc ) ; - wxSize DoGetBestSize() const ; + virtual wxSize DoGetBestSize() const ; virtual bool AcceptsFocus() const { return FALSE; } private : wxString m_label ;