]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/listbox.cpp
[ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.
[wxWidgets.git] / src / univ / listbox.cpp
index 1188a594b4d454f54636dd233897b9492e21bfed..b82ca69811f141daa8c671dbd8f3a16794218bfa 100644 (file)
@@ -421,7 +421,7 @@ wxClientData* wxListBox::DoGetItemClientObject(int n) const
 // selection
 // ----------------------------------------------------------------------------
 
 // selection
 // ----------------------------------------------------------------------------
 
-void wxListBox::SetSelection(int n, bool select)
+void wxListBox::DoSetSelection(int n, bool select)
 {
     if ( select )
     {
 {
     if ( select )
     {