From: Václav Slavík Date: Sat, 21 Sep 2013 09:28:42 +0000 (+0000) Subject: Add virtual ~wxAnyScrollHelperBase() to fix compiler warning. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0d1903dbda864780eec30efdc4e91776bdbfd21b Add virtual ~wxAnyScrollHelperBase() to fix compiler warning. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/scrolwin.h b/include/wx/scrolwin.h index d270554f8e..370969929e 100644 --- a/include/wx/scrolwin.h +++ b/include/wx/scrolwin.h @@ -65,6 +65,7 @@ class WXDLLIMPEXP_CORE wxAnyScrollHelperBase { public: wxEXPLICIT wxAnyScrollHelperBase(wxWindow* win); + virtual ~wxAnyScrollHelperBase() {} // Disable use of keyboard keys for scrolling. By default cursor movement // keys (including Home, End, Page Up and Down) are used to scroll the