]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xh_chckl.h
wx printf() implementation bug fixes ('%' handling, thread safety, ...) and optimisat...
[wxWidgets.git] / include / wx / xrc / xh_chckl.h
index 4db9c50128cec7635293fca31677bfd1382c96ca..20747587f38b4c47071596c42aa80402a79aa26b 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        xh_chckl.h
+// Name:        wx/xrc/xh_chckl.h
 // Purpose:     XML resource handler for wxCheckListBox
 // Author:      Bob Mitchell
 // Created:     2000/03/21
@@ -11,9 +11,9 @@
 #ifndef _WX_XH_CHCKL_H_
 #define _WX_XH_CHCKL_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "xh_chckl.h"
-#endif
+#include "wx/defs.h"
+
+#if wxUSE_XRC && wxUSE_CHECKLISTBOX
 
 #include "wx/xrc/xmlres.h"
 
@@ -29,6 +29,6 @@ private:
     wxArrayString strList;
 };
 
-
+#endif // wxUSE_XRC && wxUSE_CHECKLISTBOX
 
 #endif // _WX_XH_CHECKLIST_H_