]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/radiobut.cpp
added wxUSE_STDPATHS
[wxWidgets.git] / src / mac / classic / radiobut.cpp
index 991c8be68f7d0ea0db3d04e12889f50b016be9c3..36f7358259ed7722316fc8c8fed55d968113b484 100644 (file)
@@ -38,7 +38,7 @@ bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
     
     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, 
           kControlRadioButtonProc , (long) this ) ;
     
     MacPostControlCreate() ;