]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statlmac.cpp
fixed inheritance info
[wxWidgets.git] / src / mac / carbon / statlmac.cpp
index f5802a2095e2bf0bbabfd343263cfc0270396ac8..2c01893e846d4c303f2281cdf6c65429e5986682 100644 (file)
@@ -30,7 +30,7 @@
 #include "wx/statline.h"
 #include "wx/statbox.h"
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // ============================================================================
 // implementation
@@ -54,7 +54,7 @@ bool wxStaticLine::Create( wxWindow *parent,
        
        MacPreControlCreate( parent , id ,  "" , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
 
-       m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , false , 0 , 0 , 1, 
+       m_macControl = ::NewControl( MAC_WXHWND(parent->MacGetRootWindow()) , &bounds , title , false , 0 , 0 , 1, 
                kControlSeparatorLineProc , (long) this ) ;
        
        MacPostControlCreate() ;