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