]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statlmac.cpp
BU_EXACTFIT adapted
[wxWidgets.git] / src / mac / carbon / statlmac.cpp
index d13f45e35e26984f5343a7c5def9a0a8ad5bedf5..cf9f999fa0e3dd1bf1236a4ab59182e00ed5b0c9 100644 (file)
@@ -56,7 +56,8 @@ bool wxStaticLine::Create( wxWindow *parent,
         return false;
 
     Rect bounds = wxMacGetBoundsForControl( this , pos , size ) ;
-    verify_noerr(CreateSeparatorControl(MAC_WXHWND(parent->MacGetTopLevelWindowRef()),&bounds, (ControlRef*)&m_macControl ) ) ;  
+    m_peer = new wxMacControl() ;
+    verify_noerr(CreateSeparatorControl(MAC_WXHWND(parent->MacGetTopLevelWindowRef()),&bounds, *m_peer ) ) ;  
 
     MacPostControlCreate(pos,size) ;