X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a81a4db388b094214e29ed1cbf519ea40c84128a..82008f15b709fd4544468aec286663be1b24fc69:/include/wx/vscroll.h diff --git a/include/wx/vscroll.h b/include/wx/vscroll.h index e138586233..4b18ca6333 100644 --- a/include/wx/vscroll.h +++ b/include/wx/vscroll.h @@ -434,7 +434,7 @@ protected: // forward calls to OnGetColumnsWidthHint() virtual void OnGetUnitsSizeHint(size_t unitMin, size_t unitMax) const - { return OnGetColumnsWidthHint(unitMin, unitMax); } + { OnGetColumnsWidthHint(unitMin, unitMax); } // again, if not overridden, it will fall back on default method virtual wxCoord EstimateTotalWidth() const { return DoEstimateTotalSize(); } @@ -654,7 +654,7 @@ protected: // forwards the calls from base class pure virtual function to pure virtual // OnGetLinesHint instead (backwards compatible name) void OnGetRowsHeightHint(size_t rowMin, size_t rowMax) const - { return OnGetLinesHint(rowMin, rowMax); } + { OnGetLinesHint(rowMin, rowMax); } // get the total height of the lines between lineMin (inclusive) and