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;