]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/richtext/richtextsymboldlg.h
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / include / wx / richtext / richtextsymboldlg.h
index 92f0129b48ae7770cfb016b3d7551983417ab208..f9d99e917bcca77dcde6d38939234ab151671470 100644 (file)
@@ -20,6 +20,7 @@
 #include "wx/vscroll.h"
 #include "wx/combobox.h"
 #include "wx/stattext.h"
+#include "wx/textctrl.h"
 
 /*!
  * Forward declarations
@@ -116,7 +117,6 @@ public:
     void OnFromUnicodeSelected( wxCommandEvent& event );
 
 #endif
-
     /// wxEVT_UPDATE_UI event handler for wxID_OK
     void OnOkUpdate( wxUpdateUIEvent& event );
 
@@ -284,7 +284,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);