X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..95318f7df21faf610f14a10f3de169ad0620d667:/src/common/config.cpp diff --git a/src/common/config.cpp b/src/common/config.cpp index 014c2ab297..664f34574c 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -7,7 +7,7 @@ // RCS-ID: $Id$ // Copyright: (c) 1997 Karsten Ballüder Ballueder@usa.net // Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// // ---------------------------------------------------------------------------- @@ -409,7 +409,7 @@ void wxSplitPath(wxArrayString& aParts, const wxChar *sz) if ( aParts.IsEmpty() ) wxLogWarning(_("'%s' has extra '..', ignored."), sz); else - aParts.Remove(aParts.Count() - 1); + aParts.RemoveAt(aParts.Count() - 1); strCurrent.Empty(); }