make Scroll() itself virtual too as existing code might override it (but new code...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Dec 2008 12:27:20 +0000 (12:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 25 Dec 2008 12:27:20 +0000 (12:27 +0000)
commitbc448be3417555aa4bb57499b114d73b4036f9bb
tree732cf3d53e91cef6129161e5ed1090a3cd884097
parentbca1504431b705669a16dc6dcd897d835c1a00b4
make Scroll() itself virtual too as existing code might override it (but new code should override DoScroll() only); use the same access in the derived classes as in wxScrollHelperBase

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/scrolwin.h
include/wx/gtk/scrolwin.h
include/wx/scrolwin.h