]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/spinbutt_osx.cpp
compilation fix after r61232
[wxWidgets.git] / src / osx / spinbutt_osx.cpp
index 15ea37ef379a768810ffc5e641db8df3f316ac52..f16fe1e072e85e655f30d19f821ddabbb2ca5b54 100644 (file)
@@ -79,7 +79,7 @@ void wxSpinButton::SendThumbTrackEvent()
     HandleWindowEvent( event );
 }
 
-bool wxSpinButton::HandleClicked( double timestampsec )
+bool wxSpinButton::OSXHandleClicked( double WXUNUSED(timestampsec) )
 {
     // all events have already been processed
     return true;