X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/574d48dbe4abd6596af0933d87463fe1249daddb..558820fd083635d3e1dc026a56b2f14870cb5c38:/include/wx/richtext/richtextsymboldlg.h?ds=sidebyside diff --git a/include/wx/richtext/richtextsymboldlg.h b/include/wx/richtext/richtextsymboldlg.h index 92f0129b48..9f8facaf69 100644 --- a/include/wx/richtext/richtextsymboldlg.h +++ b/include/wx/richtext/richtextsymboldlg.h @@ -27,6 +27,9 @@ ////@begin forward declarations class wxSymbolListCtrl; + +class WXDLLIMPEXP_FWD_CORE wxTextCtrl; + ////@end forward declarations // __UNICODE__ is a symbol used by DialogBlocks-generated code. @@ -284,7 +287,7 @@ protected: virtual void OnDrawItem(wxDC& dc, const wxRect& rect, size_t n) const; // gets the line height - virtual wxCoord OnGetLineHeight(size_t line) const; + virtual wxCoord OnGetRowHeight(size_t line) const; // event handlers void OnPaint(wxPaintEvent& event);