]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
cleaning up problems after string changes
[wxWidgets.git] / include / wx / vlbox.h
index aa3618c2a15e8a67c4f06cae46228f170eca2a8b..f5ce8b88c548ff75ac3245b7887743cf70c6d18d 100644 (file)
@@ -226,11 +226,11 @@ protected:
     // current
     virtual void OnDrawBackground(wxDC& dc, const wxRect& rect, size_t n) const;
 
-    // we implement OnGetLineHeight() in terms of OnMeasureItem() because this
+    // we implement OnGetRowHeight() in terms of OnMeasureItem() because this
     // allows us to add borders to the items easily
     //
     // this function is not supposed to be overridden by the derived classes
-    virtual wxCoord OnGetLineHeight(size_t line) const;
+    virtual wxCoord OnGetRowHeight(size_t line) const;
 
 
     // event handlers