]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/toolbar.h
Fixed typo in my last commit (it did break socket detection code :-( ).
[wxWidgets.git] / include / wx / mac / toolbar.h
index 7b7c38456fa7ae02dfec2b16e5b43cb3eb7085f5..f624258df98852e3e4561b2a281213cf2a5a28a1 100644 (file)
@@ -59,7 +59,7 @@ class WXDLLEXPORT wxToolBar: public wxToolBarBase
 
   // Add all the buttons
 
-       virtual void MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ;
+       virtual void MacHandleControlClick( WXWidget control , short controlpart ) ;
        virtual wxString MacGetToolTipString( wxPoint &where ) ;
        void OnPaint(wxPaintEvent& event) ;
        void OnMouse(wxMouseEvent& event) ;