]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/button.cpp
Warning fixes (still does not compile).
[wxWidgets.git] / src / mac / button.cpp
index 763048808eda4a392ceb7fd53ea906402ac8169b..aaf91f644e701b99b9ed2075f72b261e9d39aab8 100644 (file)
@@ -47,7 +47,7 @@ bool wxButton::Create(wxWindow *parent, wxWindowID id, const wxString& label,
 
     m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , 1, 
           kControlPushButtonProc , (long) this ) ;
-    wxASSERT_MSG( (ControlHandle) m_macControl != NULL , "No valid mac control" ) ;
+    wxASSERT_MSG( (ControlHandle) m_macControl != NULL , wxT("No valid mac control") ) ;
     
     MacPostControlCreate() ;
     
@@ -117,7 +117,7 @@ void wxButton::Command (wxCommandEvent & event)
     ProcessCommand (event);
 }
 
-void wxButton::MacHandleControlClick( WXWidget WXUNUSED(control) , wxInt16 controlpart ) 
+void wxButton::MacHandleControlClick( WXWidget WXUNUSED(control) , wxInt16 controlpart , bool WXUNUSED(mouseStillDown) 
 {
     if ( controlpart != kControlNoPart )
     {