]> git.saurik.com Git - wxWidgets.git/commitdiff
GetId of wxTreeItemData returns a wxTreeItemId, not a wxTreeItem. From the wiki...
authorRyan Norton <wxprojects@comcast.net>
Thu, 23 Sep 2004 23:53:07 +0000 (23:53 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 23 Sep 2004 23:53:07 +0000 (23:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/treedata.tex

index 80ab77523eb5bd23807a4195bdf411e24d391b66..72553e655192a08441649a36c6a1932c1ed6e9cf 100644 (file)
@@ -61,7 +61,7 @@ Virtual destructor.
 
 \membersection{wxTreeItemData::GetId}\label{wxtreeitemdatagetid}
 
-\func{const wxTreeItem\&}{GetId}{\void}
+\func{const wxTreeItemId\&}{GetId}{\void}
 
 Returns the item associated with this node.