]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynarray.cpp
OS/2 VisualAge doesn't know about lower case true and false and redefine a for loop...
[wxWidgets.git] / src / common / dynarray.cpp
index ed85392df3004ae66ad244ff6a98dc5da39978c5..bbf54265c431b7eb1d996e0b5a9e224e001a773d 100644 (file)
@@ -278,7 +278,7 @@ void wxBaseArray::Remove(long lItem)
   wxCHECK_RET( iIndex != wxNOT_FOUND,
                wxT("removing inexistent item in wxArray::Remove") );
 
-  Remove((size_t)iIndex);
+  RemoveAt((size_t)iIndex);
 }
 
 // sort array elements using passed comparaison function