X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed582841a275d236b9bac7651a0f3e7c91be868d..29149a64916d6fdc53e445adca9ef83bc58fb6c3:/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; }