]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treebase.h
RCS-IDs
[wxWidgets.git] / interface / wx / treebase.h
index 84ffd78598027b862e1c26260ffd45f82475f588..6debc4fae1b9d816249375272294ceb166ea0639 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxTreeItemId
-    @wxheader{treebase.h}
 
     An opaque reference to a tree item.
 
@@ -48,7 +47,6 @@ public:
 
 /**
     @class wxTreeItemData
-    @wxheader{treebase.h}
 
     wxTreeItemData is some (arbitrary) user class associated with some item. The
     main advantage of having this class is that wxTreeItemData objects are
@@ -85,7 +83,7 @@ public:
     /**
         Virtual destructor.
     */
-    ~wxTreeItemData();
+    virtual ~wxTreeItemData();
 
     /**
         Returns the item associated with this node.