]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/toolbar.h
Fix some compilation and linking errors in samples.
[wxWidgets.git] / include / wx / mac / toolbar.h
index d43db1e1ecccba336b3b02e389231aaa9b96f6ec..c6c02dfed086b14ef70dc39c685e80d4be59bc5c 100644 (file)
@@ -60,7 +60,7 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase
 
   // Add all the buttons
 
-    virtual void MacHandleControlClick( WXWidget control , short controlpart ) ;
+    virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
     virtual wxString MacGetToolTipString( wxPoint &where ) ;
     void OnPaint(wxPaintEvent& event) ;
     void OnMouse(wxMouseEvent& event) ;