]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/odcombo.h
do platform-specific checks after ensuring that the symbols we use are defined; extra...
[wxWidgets.git] / include / wx / odcombo.h
index d5baadcc368bc403deaff8dba0a10f372fb2f9c8..334d725410ad22e5d41c7b91de74577e69f2328b 100644 (file)
@@ -113,7 +113,7 @@ public:
     // helpers
     int GetItemAtPosition( const wxPoint& pos ) { return HitTest(pos); }
     wxCoord GetTotalHeight() const { return EstimateTotalHeight(); }
-    wxCoord GetLineHeight(int line) const { return OnGetLineHeight(line); }
+    wxCoord GetLineHeight(int line) const { return OnGetRowHeight(line); }
 
 protected: