]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/listbox.cpp
Simplified and extended compiler detection for OS/2.
[wxWidgets.git] / src / motif / listbox.cpp
index 1fa40e0bff7b03073cd3550f05ef8fe66746327f..0e27fd8ef7d66d48f2ef09852ed4fd7ea8501cd5 100644 (file)
@@ -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)