]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor code cleanup
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 13 Sep 2009 17:52:32 +0000 (17:52 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 13 Sep 2009 17:52:32 +0000 (17:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/propgrid/property.cpp

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