From 36b952b759285491d8e95e7cbe227d08b8c91160 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 25 Apr 2008 13:41:20 +0000 Subject: [PATCH] const_iterator git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/overviews/unicode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doxygen/overviews/unicode.h b/docs/doxygen/overviews/unicode.h index d60e6bb13f..bb58e1f1ba 100644 --- a/docs/doxygen/overviews/unicode.h +++ b/docs/doxygen/overviews/unicode.h @@ -84,7 +84,7 @@ should be replaced (especially in time critical places) with: @code wxString s = "hello"; -wxString::iterator i; +wxString::const_iterator i; for (i = s.begin(); i != s.end(); ++i) { wxUniChar uni_ch = *i; -- 2.50.0