Minor code cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2009-09-13 17:52:32 +00:00
parent 0fd61b1609
commit 3ba703f9be

View File

@ -2129,7 +2129,7 @@ void wxPGProperty::RemoveChild( wxPGProperty* p )
{
if ( *it == p )
{
m_children.erase(it);
children.erase(it);
break;
}
}