git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45482
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// forward calls to OnGetRowsHeightHint()
virtual void OnGetUnitsSizeHint(size_t unitMin, size_t unitMax) const
// forward calls to OnGetRowsHeightHint()
virtual void OnGetUnitsSizeHint(size_t unitMin, size_t unitMax) const
- { return OnGetRowsHeightHint(unitMin, unitMax); }
+ { OnGetRowsHeightHint(unitMin, unitMax); }
// again, if not overridden, it will fall back on default method
virtual wxCoord EstimateTotalHeight() const
// again, if not overridden, it will fall back on default method
virtual wxCoord EstimateTotalHeight() const