From 0d1903dbda864780eec30efdc4e91776bdbfd21b Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 21 Sep 2013 09:28:42 +0000 Subject: [PATCH] Add virtual ~wxAnyScrollHelperBase() to fix compiler warning. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/scrolwin.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2