X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b698c8e9bfbcf149f8ac375ea5b5ff6af9cba86a..2b96d0fb4be7d684c17987d74f8f92d0cfe345b5:/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 ;