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:
@@ -2129,7 +2129,7 @@ void wxPGProperty::RemoveChild( wxPGProperty* p )
|
|||||||
{
|
{
|
||||||
if ( *it == p )
|
if ( *it == p )
|
||||||
{
|
{
|
||||||
m_children.erase(it);
|
children.erase(it);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user