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:
@@ -237,8 +237,8 @@ void PropEditCtrlFile::OnDetails()
|
|||||||
{
|
{
|
||||||
while (axrc[0] == afile[0])
|
while (axrc[0] == afile[0])
|
||||||
{
|
{
|
||||||
afile.Remove(0u);
|
afile.RemoveAt(0u);
|
||||||
axrc.Remove(0u);
|
axrc.RemoveAt(0u);
|
||||||
}
|
}
|
||||||
size_t i;
|
size_t i;
|
||||||
txt.Empty();
|
txt.Empty();
|
||||||
|
Reference in New Issue
Block a user