]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextsymboldlg.h
another DMC build fix (http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/93155)
[wxWidgets.git] / include / wx / richtext / richtextsymboldlg.h
index 92f0129b48ae7770cfb016b3d7551983417ab208..9f8facaf699139c8fb4e70db2e2d3625b62c4e3c 100644 (file)
@@ -27,6 +27,9 @@
 
 ////@begin forward declarations
 class wxSymbolListCtrl;
 
 ////@begin forward declarations
 class wxSymbolListCtrl;
+
+class WXDLLIMPEXP_FWD_CORE wxTextCtrl;
+
 ////@end forward declarations
 
 // __UNICODE__ is a symbol used by DialogBlocks-generated code.
 ////@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 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);
 
     // event handlers
     void OnPaint(wxPaintEvent& event);