Minor modifications...
Vadim skipped some mistakes due to wxTreeItemId on msw == long git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -195,7 +195,7 @@ void MyTreeCtrl::AddItemsRecursively(const wxTreeItemId& idParent,
|
||||
void MyTreeCtrl::AddTestItemsToTree(size_t numChildren,
|
||||
size_t depth)
|
||||
{
|
||||
long rootId = AddRoot("Root",
|
||||
wxTreeItemId rootId = AddRoot("Root",
|
||||
TreeCtrlIcon_Folder, TreeCtrlIcon_Folder,
|
||||
new MyTreeItemData("Root item"));
|
||||
|
||||
|
Reference in New Issue
Block a user