no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (UG)
1998-10-17 07:21:06 +00:00
parent eda26cebb1
commit 6dd2244b9d
3 changed files with 55 additions and 10 deletions

View File

@@ -317,7 +317,7 @@ void wxStoredTree::GetChildren(long id, wxList& list)
}
}
wxStoredNode* wxStoredTree::GetNode(long id) const
wxStoredNode* wxStoredTree::GetNode(long idx) const
{
wxASSERT(idx < m_num);