]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dynarray.h
update for bakefile 0.2.6
[wxWidgets.git] / interface / wx / dynarray.h
index 84c4e16e0ab80ed3ca42d453ec983f22fdd2ea0b..6001afe7454bd485705d3b8d00ea6d5c6bb21775 100644 (file)
@@ -546,12 +546,14 @@ public:
 
         @code
         T *item = array[n];
+        array.Remove(item);
         delete item;
-        array.Remove(n);
         @endcode
 
         See also WX_CLEAR_ARRAY() macro which deletes all elements of a wxArray
         (supposed to contain pointers).
+
+        @see RemoveAt()
     */
     void Remove(T item);