]> git.saurik.com Git - wxWidgets.git/commitdiff
Change FIXME in TODO and clarify its meaning.
authorMattia Barbon <mbarbon@cpan.org>
Tue, 4 Jan 2005 17:40:43 +0000 (17:40 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Tue, 4 Jan 2005 17:40:43 +0000 (17:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/arrstr.h

index 1124a5de45a28eb2dbde0fed39b5705cf4ad94a1..471dcd75ae6c7c2ea60703a9f19146c91488c9fc 100644 (file)
@@ -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;