X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed582841a275d236b9bac7651a0f3e7c91be868d..4f55a07f9f4c6ba6905aaa8e584e6fb14771d278:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index c8a3bf6694..38d6d28300 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -1854,6 +1854,8 @@ wxArrayString& wxArrayString::operator=(const wxArrayString& src) Copy(src); + m_autoSort = src.m_autoSort; + return *this; }