]> git.saurik.com Git - wxWidgets.git/commitdiff
use RemoveAt instead of Remove
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 9 Sep 2002 20:27:54 +0000 (20:27 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 9 Sep 2002 20:27:54 +0000 (20:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/utils/wxrcedit/pe_adv.cpp

index 4f74f4094f9af11c656582bf9eab72cc278530a4..7d9c16777d27ed11698378bb9aa6f66b1a85722b 100644 (file)
@@ -237,8 +237,8 @@ void PropEditCtrlFile::OnDetails()
     {
         while (axrc[0] == afile[0])
         {
-            afile.Remove(0u);
-            axrc.Remove(0u);
+            afile.RemoveAt(0u);
+            axrc.RemoveAt(0u);
         }
         size_t i;
         txt.Empty();