]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/treetest.h
Added support for SQL_C_UCHAR (unicode builds), SQL_C_LONG, and SQL_C_SHORT. These...
[wxWidgets.git] / samples / treectrl / treetest.h
index 6e328aed69fd1864e2f58fe72ffe4071398aebc2..ebb7674e98334a3e8914ca68ebf3821283bffe8f 100644 (file)
@@ -65,7 +65,7 @@ public:
     MyTreeCtrl(wxWindow *parent, const wxWindowID id,
                const wxPoint& pos, const wxSize& size,
                long style);
-    virtual ~MyTreeCtrl();
+    virtual ~MyTreeCtrl(){};
 
     void OnBeginDrag(wxTreeEvent& event);
     void OnBeginRDrag(wxTreeEvent& event);