]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listbox.cpp
Applied dir control token patch.
[wxWidgets.git] / src / os2 / listbox.cpp
index 8e785dc5d9632401b08a2b2a38e670148caa827d..350cea8f687b69b656d4730253377ff903775922 100644 (file)
@@ -415,7 +415,7 @@ void wxListBox::Clear()
     m_nNumItems = 0;
 } // end of wxListBox::Clear
 
-void wxListBox::SetSelection(
+void wxListBox::DoSetSelection(
   int                               N
 , bool                              bSelect
 )