]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
oops, fixed crash introduced in last check in
[wxWidgets.git] / src / msw / listbox.cpp
index 6e50fde3e0af5c3288bd00357f91ec362524d40f..360767c00f0bee18eb74e112455c851a709d1de3 100644 (file)
@@ -390,7 +390,7 @@ void wxListBox::Free()
     }
 }
 
-void wxListBox::SetSelection(int N, bool select)
+void wxListBox::DoSetSelection(int N, bool select)
 {
     wxCHECK_RET( N == wxNOT_FOUND ||
                     (N >= 0 && N < m_noItems),