X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1294ada8e87725409f290328da02306e5c8f4eb..ac0c512d865e6236fc81882cb84cc38d09f8f0ec:/src/univ/listbox.cpp?ds=sidebyside diff --git a/src/univ/listbox.cpp b/src/univ/listbox.cpp index c26aafb29e..0255489bce 100644 --- a/src/univ/listbox.cpp +++ b/src/univ/listbox.cpp @@ -192,7 +192,7 @@ bool wxListBox::Create(wxWindow *parent, validator, name) ) return false; - m_strings = IsSorted() ? new wxArrayString : new wxSortedArrayString; + m_strings = IsSorted() ? new wxSortedArrayString : new wxArrayString; Set(n, choices);