]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/checkbox.mm
moving native format generation into bitmap ref data because of the owner semantics...
[wxWidgets.git] / src / cocoa / checkbox.mm
index 07f7332b90507ca3c3fb1e8438dd4093d43acd38..d5f21852a6bc8ae072750931a85c170a419d0538 100644 (file)
@@ -10,6 +10,9 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
+
+#if wxUSE_CHECKBOX
+
 #ifndef WX_PRECOMP
     #include "wx/log.h"
     #include "wx/app.h"
@@ -133,3 +136,4 @@ void wxCheckBox::Cocoa_wxNSButtonAction(void)
     Command(event);
 }
 
+#endif
\ No newline at end of file