]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/listbox_osx.cpp
adapting to new font method
[wxWidgets.git] / src / osx / listbox_osx.cpp
index 9ab8efb30e9cda29e6d56f31bd9985afaadb78ab..73ddffafbeaa24f7ec3d0a3438def74f1e4508b4 100644 (file)
@@ -215,7 +215,7 @@ void wxListBox::GetValueCallback( unsigned int n, wxListWidgetColumn* col , wxLi
         value.Set( GetString( n ) );
 }
 
-void wxListBox::SetValueCallback( unsigned int n, wxListWidgetColumn* col , wxListWidgetCellValue& value )
+void wxListBox::SetValueCallback( unsigned int WXUNUSED(n), wxListWidgetColumn* WXUNUSED(col) , wxListWidgetCellValue& WXUNUSED(value) )
 {
 }