Fix crash when deleting node

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2008-04-12 20:24:08 +00:00
parent 419a360703
commit 023eecb7e0

View File

@@ -155,7 +155,7 @@ public:
~wxGtkTreeModelNode()
{
size_t count = m_children.GetCount();
size_t count = m_nodes.GetCount();
size_t i;
for (i = 0; i < count; i++)
{