]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/checkbox.cpp
reintroducing direct access, cleanup
[wxWidgets.git] / src / mac / carbon / checkbox.cpp
index c8f2f6eda4d43b4fcb5ef0d4e2b7aac5ed488b45..b8ad8a5169b26c3c7f55d4f04bd1a11f82748694 100644 (file)
@@ -15,6 +15,8 @@
 
 #include "wx/wxprec.h"
 
+#if wxUSE_CHECKBOX
+
 #include "wx/checkbox.h"
 
 #if !USE_SHARED_LIBRARY
@@ -178,4 +180,4 @@ bool wxBitmapCheckBox::GetValue() const
     return FALSE;
 }
 
-
+#endif