X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce22ac4592fccaedd8324e7a8f08b510748827e4..2229243bdf17485b33c15786124ab99366b83975:/include/wx/odcombo.h diff --git a/include/wx/odcombo.h b/include/wx/odcombo.h index d5baadcc36..334d725410 100644 --- a/include/wx/odcombo.h +++ b/include/wx/odcombo.h @@ -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: