]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/arrstr.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / arrstr.h
index f2ea79180fd4cf204f421828f73b7d1a5b1c79f3..46d3fed6b6bd0c97c75b12e1359699f3dc7a38e3 100644 (file)
     a specialization of wxArray class for the wxString member data: it is not
     implemented like this, but it does have all of the wxArray functions.
 
-    @todo what about stl? how does it integrate?
+    It also has the full set of <tt>std::vector<wxString></tt> compatible
+    methods, including nested @c iterator and @c const_iterator classes which
+    should be used in the new code for forward compatibility with the future
+    wxWidgets versions.
 
     @library{wxbase}
     @category{containers}
@@ -142,8 +145,7 @@ public:
 
         If @a nIndex is equal to GetCount() this function behaves as Add().
     */
-    void Insert(const wxString& str, size_t nIndex,
-                size_t copies = 1);
+    void Insert(wxString lItem, size_t nIndex, size_t copies = 1);
 
     /**
         Returns @true if the array is empty, @false otherwise. This function returns the