From: Mattia Barbon Date: Tue, 4 Jan 2005 17:40:43 +0000 (+0000) Subject: Change FIXME in TODO and clarify its meaning. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3c7896fd3fb263f6beee68f51b1e4676eb10fbab Change FIXME in TODO and clarify its meaning. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/arrstr.h b/include/wx/arrstr.h index 1124a5de45..471dcd75ae 100644 --- a/include/wx/arrstr.h +++ b/include/wx/arrstr.h @@ -209,7 +209,7 @@ public: typedef int difference_type; typedef size_t size_type; - // FIXME: same in dynarray.h + // TODO: this code duplicates the one in dynarray.h class reverse_iterator { typedef wxString value_type;