]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/sashwin.h
added support for 2 extra mouse buttons (patch 1757630)
[wxWidgets.git] / include / wx / generic / sashwin.h
index f223891efa6e0e1c0b51dd2a2339d561171a5a63..6c33ff5f15666a6d20cff5c11f20e4afc2e95d4d 100644 (file)
@@ -87,7 +87,7 @@ public:
         Create(parent, id, pos, size, style, name);
     }
 
-    ~wxSashWindow();
+    virtual ~wxSashWindow();
 
     bool Create(wxWindow *parent, wxWindowID id = wxID_ANY, const wxPoint& pos = wxDefaultPosition,
         const wxSize& size = wxDefaultSize, long style = wxSW_3D|wxCLIP_CHILDREN, const wxString& name = wxT("sashWindow"));