]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/radiobut.cpp
compilation fix for wxUSE_DYNLOAD
[wxWidgets.git] / src / mac / radiobut.cpp
index 476cf9ef10b3ac7782252353742e29d4f2b908c4..a0a8885b16058de4359b3d1d636236554330874f 100644 (file)
@@ -35,7 +35,7 @@ bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
        
        MacPreControlCreate( parent , id ,  label , pos , size ,style, validator , name , &bounds , title ) ;
 
-       m_macControl = ::NewControl( parent->GetMacRootWindow() , &bounds , title , false , 0 , 0 , 1, 
+       m_macControl = ::NewControl( parent->MacGetRootWindow() , &bounds , title , false , 0 , 0 , 1, 
                kControlRadioButtonProc , (long) this ) ;
        
        MacPostControlCreate() ;