]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/checkbox.cpp
Removed unneeded GSocket files
[wxWidgets.git] / src / mac / carbon / checkbox.cpp
index 11ed5fc74fef125547937c7b24b4dbdd3cb180f5..9c4f5f75d2746c5ca9682a70d5cd8f1311b1e9d9 100644 (file)
@@ -45,7 +45,7 @@ bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
     Rect bounds = wxMacGetBoundsForControl( this , pos , size ) ;
     m_peer = new wxMacControl() ;
     verify_noerr( CreateCheckBoxControl(MAC_WXHWND(parent->MacGetTopLevelWindowRef()), &bounds ,
-        CFSTR("") , 0 , false , *m_peer ) );
+        CFSTR("") , 0 , false , m_peer->GetControlRefAddr() ) );
     
     m_peer->SetMaximum( maxValue ) ;