]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextsymboldlg.h
one additional assign
[wxWidgets.git] / include / wx / richtext / richtextsymboldlg.h
index 485d0ffe217273766e9d1da3344df08d63b7bb8c..eb7ade7eac1f2fd87de3c0a6bdce5e88da0accea 100644 (file)
@@ -20,6 +20,7 @@
 #include "wx/vscroll.h"
 #include "wx/combobox.h"
 #include "wx/stattext.h"
+#include "wx/textctrl.h"
 
 /*!
  * Forward declarations
@@ -290,7 +291,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);