iterator methods fixes (patch 1164808)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-03-17 23:19:13 +00:00
parent af80bc9294
commit 60d8e88654
9 changed files with 51 additions and 51 deletions

View File

@@ -4021,7 +4021,7 @@ void wxWindowGTK::GtkSendPaintEvents()
(char *)"base",
0, 0, -1, -1 );
upd ++;
++upd;
}
}
}