removed unnecessary return in a void function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e559e76ed9
commit
a81a4db388
@ -351,7 +351,7 @@ protected:
|
||||
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user