]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/checkbox_osx.cpp
A call to wxPopupWindow::Show shouldn't automatically cause the popup window to steal...
[wxWidgets.git] / src / osx / checkbox_osx.cpp
index 49751e2acdf03b8cb3b2173eaae1399296df3151..8ca03f2d347835862327b991120b56d41bdabd46 100644 (file)
@@ -80,11 +80,11 @@ void wxCheckBox::DoSet3StateValue(wxCheckBoxState val)
     m_peer->SetValue( val ) ;
 }
 
-bool wxCheckBox::OSXHandleClicked( double timestampsec ) 
+bool wxCheckBox::OSXHandleClicked( double WXUNUSED(timestampsec) )
 {
     bool sendEvent = true;
     wxCheckBoxState newState = Get3StateValue();
-    
+
     if ( !m_peer->ButtonClickDidStateChange() )
     {
         wxCheckBoxState origState ;