]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/tabctrl.cpp
add implementation fallback for not yet instantiated control peers
[wxWidgets.git] / src / mac / carbon / tabctrl.cpp
index 677dd1ae910d024d0a1e07b1c49dd0742bb688c1..a8b350e713c53c7d1200c0bab4343c5694d83a94 100644 (file)
@@ -58,7 +58,7 @@ bool wxTabCtrl::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, cons
     
     m_peer = new wxMacControl() ;
     verify_noerr ( CreateTabsControl( MAC_WXHWND(parent->MacGetTopLevelWindowRef()) , &bounds ,
-     tabsize , tabstyle, 0, NULL,  *m_peer ) );
+     tabsize , tabstyle, 0, NULL,  m_peer->GetControlRefAddr() ) );
     
 
     MacPostControlCreate(pos,size) ;