]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextsymboldlg.h
correct properties were not set during initial add somehow
[wxWidgets.git] / include / wx / richtext / richtextsymboldlg.h
index 92f0129b48ae7770cfb016b3d7551983417ab208..19bd1300050e3e28fa2b2823fd16d4ea2e38d827 100644 (file)
@@ -27,6 +27,9 @@
 
 ////@begin forward declarations
 class wxSymbolListCtrl;
+
+class WXDLLIMPEXP_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);