From 63f62e764cf312062a0ebcd00e09e273215cfebc Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Fri, 3 Oct 2008 15:08:48 +0000 Subject: [PATCH] Further fix m_children use with wxUSE_STL=1 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/propgrid/props.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/propgrid/props.cpp b/src/propgrid/props.cpp index 281f38488b..de725c3e33 100644 --- a/src/propgrid/props.cpp +++ b/src/propgrid/props.cpp @@ -1222,7 +1222,7 @@ void wxFlagsProperty::Init() // unsigned int i; - unsigned int prevChildCount = m_children.GetCount(); + unsigned int prevChildCount = m_children.size(); int oldSel = -1; if ( prevChildCount ) @@ -1248,9 +1248,9 @@ void wxFlagsProperty::Init() // Delete old children for ( i=0; i