]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/string.cpp
compilation fixes - wxGTK compiles but not links
[wxWidgets.git] / src / common / string.cpp
index c8a3bf6694b558f31015ecf6ecfc230befe29026..38d6d28300da0ca09ddabbe92a2b35282cc88d51 100644 (file)
@@ -1854,6 +1854,8 @@ wxArrayString& wxArrayString::operator=(const wxArrayString& src)
 
   Copy(src);
 
 
   Copy(src);
 
+  m_autoSort = src.m_autoSort;
+
   return *this;
 }
 
   return *this;
 }