]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/listbox.cpp
applied patch fixing problems with X server crash when using wxGLCanvas with nVidia...
[wxWidgets.git] / src / mac / classic / listbox.cpp
index f3a37a06b845cdb0930b0577ce8698419a699e7c..e68a7f9b7291f01088f0b195fc4d61b241fe3713 100644 (file)
@@ -515,7 +515,7 @@ void wxListBox::Clear()
     MacClear() ;
 }
 
-void wxListBox::SetSelection(int N, bool select)
+void wxListBox::DoSetSelection(int N, bool select)
 {
     wxCHECK_RET( N >= 0 && N < m_noItems,
         wxT("invalid index in wxListBox::SetSelection") );