]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/radiobut_osx.cpp
make it explicitly clear that the len parameter of SetData() is in bytes
[wxWidgets.git] / src / osx / radiobut_osx.cpp
index c85c62e8bd5eaff740c9c4ba76732550d96c12cc..65ef802052683ed4907447b8473cd2a4449e560d 100644 (file)
@@ -106,7 +106,7 @@ void wxRadioButton::Command(wxCommandEvent& event)
     ProcessCommand( event );
 }
 
-bool wxRadioButton::OSXHandleClicked( double timestampsec )
+bool wxRadioButton::OSXHandleClicked( double WXUNUSED(timestampsec) )
 {
     if ( !m_peer->ButtonClickDidStateChange() )
     {