]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/radiobut.cpp
wxItemContainerImmutable::FindString unified.
[wxWidgets.git] / src / mac / classic / radiobut.cpp
index 991c8be68f7d0ea0db3d04e12889f50b016be9c3..f747deaa01844d15450e1d5caf6dba1c1de2b3fe 100644 (file)
@@ -9,17 +9,11 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "radiobut.h"
-#endif
-
 #include "wx/defs.h"
 
 #include "wx/radiobut.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxRadioButton, wxControl)
-#endif
 
 #include "wx/mac/uma.h"
 
@@ -38,7 +32,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() ;