]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/treebase.h
fix few doxygen warnings
[wxWidgets.git] / interface / wx / treebase.h
index 6debc4fae1b9d816249375272294ceb166ea0639..4218dac815075cf36aa465ba4126d143d482d5c3 100644 (file)
@@ -88,7 +88,7 @@ public:
     /**
         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