]> git.saurik.com Git - wxWidgets.git/commitdiff
Add virtual ~wxAnyScrollHelperBase() to fix compiler warning.
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 21 Sep 2013 09:28:42 +0000 (09:28 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 21 Sep 2013 09:28:42 +0000 (09:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/scrolwin.h

index d270554f8e3138ee8434fc38eaeae41492cd29e0..370969929ed4b5d969b5bc67fd3d626566f0436c 100644 (file)
@@ -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