]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treebase.h
document the main event table macros, wxEventType, wxNewEventType; create a new group...
[wxWidgets.git] / interface / wx / treebase.h
index e1122c9c293e98ffa862ae2ac40f093a3b3dcf46..4218dac815075cf36aa465ba4126d143d482d5c3 100644 (file)
@@ -83,12 +83,12 @@ public:
     /**
         Virtual destructor.
     */
-    ~wxTreeItemData();
+    virtual ~wxTreeItemData();
 
     /**
         Returns the item associated with this node.
     */
-    const wxTreeItemId GetId();
+    const wxTreeItemId& GetId() const;
 
     /**
         Sets the item associated with this node.
@@ -98,7 +98,7 @@ public:
 
 /**
     Indicates which type to associate an image with a wxTreeCtrl item.
-    
+
     @see wxTreeCtrl::GetItemImage(), wxTreeCtrl::SetItemImage()
 */
 enum wxTreeItemIcon