]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/listbox.cpp
update from Martin Srebotnjak
[wxWidgets.git] / src / gtk1 / listbox.cpp
index 5ad87b3027680ead6de8762350e56ca8c2d025fa..a2cf2b46aa71a73a0cca0c3727ab09df57c5e78a 100644 (file)
@@ -1006,7 +1006,7 @@ bool wxListBox::IsSelected( int n ) const
     return (GTK_WIDGET(target->data)->state == GTK_STATE_SELECTED) ;
 }
 
-void wxListBox::SetSelection( int n, bool select )
+void wxListBox::DoSetSelection( int n, bool select )
 {
     wxCHECK_RET( m_list != NULL, wxT("invalid listbox") );