]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/arrstr.h
say that use of _T() is discouraged in new code, just like wxT() is
[wxWidgets.git] / interface / wx / arrstr.h
index a81aa37e19dbd7b62c16060bd318653fcfc53494..228126f769e42627e40491e17b25c3a48aefa89f 100644 (file)
@@ -142,8 +142,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
@@ -327,7 +326,7 @@ public:
 // Global functions/macros
 // ============================================================================
 
-/** @ingroup group_funcmacro_string */
+/** @addtogroup group_funcmacro_string */
 //@{
 
 /**