X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..79f9018c70d2fc72b120f467c51686c49a2ff9b6:/include/wx/xrc/xh_chckl.h diff --git a/include/wx/xrc/xh_chckl.h b/include/wx/xrc/xh_chckl.h index 5396bd0159..20747587f3 100644 --- a/include/wx/xrc/xh_chckl.h +++ b/include/wx/xrc/xh_chckl.h @@ -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,11 @@ #ifndef _WX_XH_CHCKL_H_ #define _WX_XH_CHCKL_H_ -#include "wx/xrc/xmlres.h" +#include "wx/defs.h" + +#if wxUSE_XRC && wxUSE_CHECKLISTBOX -#if wxUSE_CHECKLISTBOX +#include "wx/xrc/xmlres.h" class WXDLLIMPEXP_XRC wxCheckListBoxXmlHandler : public wxXmlResourceHandler { @@ -27,6 +29,6 @@ private: wxArrayString strList; }; -#endif +#endif // wxUSE_XRC && wxUSE_CHECKLISTBOX #endif // _WX_XH_CHECKLIST_H_