]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/checkbox.cpp
warnin - move pict to where it belongs :)
[wxWidgets.git] / src / mac / carbon / checkbox.cpp
index 11ed5fc74fef125547937c7b24b4dbdd3cb180f5..c8f2f6eda4d43b4fcb5ef0d4e2b7aac5ed488b45 100644 (file)
@@ -9,11 +9,11 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "checkbox.h"
 #endif
 
-#include "wx/defs.h"
+#include "wx/wxprec.h"
 
 #include "wx/checkbox.h"
 
@@ -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 ) ;