]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/notebmac.cpp
fixed wxTaskBarIcon compilation
[wxWidgets.git] / src / mac / notebmac.cpp
index 17b89bde2e85b827294e463ba58669c3da953ba4..88e098ac96b03b8c1618c9979b6df9331d91ce5a 100644 (file)
@@ -115,7 +115,7 @@ bool wxNotebook::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( parent->GetMacRootWindow() , &bounds , title , false , 0 , 0 , 1, 
                kControlTabSmallProc , (long) this ) ;
        
        MacPostControlCreate() ;