]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/spinbutt.cpp
panther fix
[wxWidgets.git] / src / mac / spinbutt.cpp
index 0f4faca5784170109e30e0efccc211e515a43ff0..57a2a4a0d7ac3ada445b31773d88030803a888ea 100644 (file)
@@ -147,7 +147,7 @@ void wxSpinButton::MacHandleValueChanged( int inc )
     }
 }
 
-void wxSpinButton::MacHandleControlClick( WXWidget control , wxInt16 controlpart ) 
+void wxSpinButton::MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool WXUNUSED(mouseStillDown)
 {
     if ( (ControlHandle) m_macControl == NULL )
         return ;