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