]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/tabctrl.cpp
corrected an superfluous initfloatingwindows call in carbon
[wxWidgets.git] / src / mac / tabctrl.cpp
index ea057aae520a2607ca18ac0ac57a9d7b6415f995..54821412688f56487af8752ba8fe91edbe432c4c 100644 (file)
@@ -37,7 +37,7 @@ bool wxTabCtrl::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, cons
 
   m_imageList = NULL;
        
-       MacPreControlCreate( parent , id ,  "" , pos , size ,style, *((wxValidator*)NULL) , name , &bounds , title ) ;
+       MacPreControlCreate( parent , id ,  "" , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
 
        m_macControl = UMANewControl( parent->GetMacRootWindow() , &bounds , title , true , 0 , 0 , 1, 
                kControlTabSmallProc , (long) this ) ;