X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32a2c06eeded8b7e9b56e59189c29458211ec5ee..a78303202fd28b0df07682c773dd404f5462d9e9:/include/wx/vscroll.h diff --git a/include/wx/vscroll.h b/include/wx/vscroll.h index f5b0a2fc5b..e138586233 100644 --- a/include/wx/vscroll.h +++ b/include/wx/vscroll.h @@ -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