git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47711
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
wxGtkTreeModelNode * node = treeNode;
}
wxGtkTreeModelNode * node = treeNode;
- for( ItemList::Node * n = list.GetFirst(); n; n = n->GetNext() )
+ for( ItemList::compatibility_iterator n = list.GetFirst(); n; n = n->GetNext() )
{
if( node && node->GetNodes().GetCount() != 0 )
{
{
if( node && node->GetNodes().GetCount() != 0 )
{
}
wxGtkTreeModelNode * node = treeNode;
}
wxGtkTreeModelNode * node = treeNode;
- for( ItemList::Node * n = list.GetFirst(); n; n = n->GetNext() )
+ for( ItemList::compatibility_iterator n = list.GetFirst(); n; n = n->GetNext() )
{
if( node && node->GetNodes().GetCount() != 0 )
{
{
if( node && node->GetNodes().GetCount() != 0 )
{
- wxWindowList::Node *node = win->GetChildren().GetFirst();
+ wxWindowList::compatibility_iterator node = win->GetChildren().GetFirst();
while (node)
{
wxWindow *child = node->GetData();
while (node)
{
wxWindow *child = node->GetData();