X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96be256b3e1802de10f45953c41ed33bce399b54..917ae499da53826e9b154a786eae1b563317f47f:/src/motif/listbox.cpp diff --git a/src/motif/listbox.cpp b/src/motif/listbox.cpp index 1fa40e0bff..0e27fd8ef7 100644 --- a/src/motif/listbox.cpp +++ b/src/motif/listbox.cpp @@ -337,7 +337,7 @@ void wxListBox::Clear() m_noItems = 0; } -void wxListBox::SetSelection(int N, bool select) +void wxListBox::DoSetSelection(int N, bool select) { m_inSetValue = true; if (select)