use RemoveAt instead of Remove

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2002-09-09 20:27:54 +00:00
parent 576acdf322
commit ab958adb1e

View 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();