git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32246
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
- for(wxStringList::Node* pNode = from.GetFirst(); pNode; pNode = pNode->GetNext())
+ for ( wxStringList::compatibility_iterator pNode = from.GetFirst();
+ pNode;
+ pNode = pNode->GetNext() )
+ {
to.Add(pNode->GetData());
to.Add(pNode->GetData());
}
inline void wxCopyArrayStringToStringList(wxStringList& to, const wxArrayString& from)
}
inline void wxCopyArrayStringToStringList(wxStringList& to, const wxArrayString& from)