]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/checkbox.h
renaming
[wxWidgets.git] / include / wx / osx / checkbox.h
diff --git a/include/wx/osx/checkbox.h b/include/wx/osx/checkbox.h
new file mode 100644 (file)
index 0000000..f7f7bf2
--- /dev/null
@@ -0,0 +1,5 @@
+#ifdef __WXMAC_CLASSIC__
+#include "wx/mac/classic/checkbox.h"
+#else
+#include "wx/mac/carbon/checkbox.h"
+#endif