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