]> git.saurik.com Git - wxWidgets.git/blobdiff - src/propgrid/property.cpp
Extract conversion from wx to GtkMessageType in a separate file.
[wxWidgets.git] / 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;
         }
     }