X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0c9ff74f050981e989f09cf5f5d27044b807e73a..22a35096a0a9c3fe4d3d32b8d68a361126ef9677:/include/wx/xrc/xh_chckl.h diff --git a/include/wx/xrc/xh_chckl.h b/include/wx/xrc/xh_chckl.h index 577065e986..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,9 @@ #ifndef _WX_XH_CHCKL_H_ #define _WX_XH_CHCKL_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#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_