]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/panel.h
Add some basic tests for wxDataViewCtrl selection handling.
[wxWidgets.git] / include / wx / msw / panel.h
index 5073fe30baddb903d80e5c32dd84fc0faa3ef737..4761192d66dd594f60a01a669a2cd920c69682e2 100644 (file)
@@ -34,6 +34,8 @@ public:
         Create(parent, winid, pos, size, style, name);
     }
 
+    virtual ~wxPanel();
+
     // This is overridden for MSW to return true for all panels that are child
     // of a window with themed background (such as wxNotebook) which should
     // show through the child panels.