X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..33343395da57eb0caf21384aec5fa6e858db4353:/include/wx/xrc/xh_scrol.h diff --git a/include/wx/xrc/xh_scrol.h b/include/wx/xrc/xh_scrol.h index 9be28caa33..3f2899045e 100644 --- a/include/wx/xrc/xh_scrol.h +++ b/include/wx/xrc/xh_scrol.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_scrol.h +// Name: wx/xrc/xh_scrol.h // Purpose: XML resource handler for wxScrollBar // Author: Brian Gavin // Created: 2000/09/09 @@ -12,9 +12,8 @@ #define _WX_XH_SCROL_H_ #include "wx/xrc/xmlres.h" -#include "wx/defs.h" - +#if wxUSE_XRC && wxUSE_SCROLLBAR class WXDLLIMPEXP_XRC wxScrollBarXmlHandler : public wxXmlResourceHandler { @@ -32,5 +31,6 @@ public: virtual bool CanHandle(wxXmlNode *node); }; +#endif // wxUSE_XRC && wxUSE_SCROLLBAR #endif // _WX_XH_SCROL_H_