]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/button.cpp
fixed typo
[wxWidgets.git] / src / mac / classic / button.cpp
index 82e4e34c5f29f54f0d4dffe91a19694863dc01d0..3ce18b2e27f0333a1c44d79343c191dca112992b 100644 (file)
@@ -48,7 +48,7 @@ bool wxButton::Create(wxWindow *parent, wxWindowID id, const wxString& label,
     
     MacPreControlCreate( parent , id ,  label , pos , size ,style, validator , name , &bounds , title ) ;
 
-    m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , 1, 
+    m_macControl = (WXWidget) ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , 1, 
           kControlPushButtonProc , (long) this ) ;
     wxASSERT_MSG( (ControlHandle) m_macControl != NULL , wxT("No valid mac control") ) ;