]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/treectrl/treetest.h
Removed accidentally committed file
[wxWidgets.git] / samples / treectrl / treetest.h
index 656a997efe3cbb5503a4fcadd538083f9ffff8b6..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);
@@ -227,7 +227,9 @@ private:
     void CreateTree(long style);
 
     MyTreeCtrl *m_treeCtrl;
+#if wxUSE_LOG
     wxTextCtrl *m_textCtrl;
+#endif // wxUSE_LOG
 
     void DoSetBold(bool bold = true);