X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8a793f06cc0abb9e2433b1fe518c836395c8b49..95835bc453babb3a78d23573f241adcfb985aa17:/include/wx/xrc/xh_bmp.h diff --git a/include/wx/xrc/xh_bmp.h b/include/wx/xrc/xh_bmp.h index 70b22eee29..da40ac9426 100644 --- a/include/wx/xrc/xh_bmp.h +++ b/include/wx/xrc/xh_bmp.h @@ -13,10 +13,12 @@ #include "wx/xrc/xmlres.h" +#if wxUSE_XRC class WXDLLIMPEXP_XRC wxBitmapXmlHandler : public wxXmlResourceHandler { -DECLARE_DYNAMIC_CLASS(wxBitmapXmlHandler) + DECLARE_DYNAMIC_CLASS(wxBitmapXmlHandler) + public: wxBitmapXmlHandler(); virtual wxObject *DoCreateResource(); @@ -25,12 +27,14 @@ public: class WXDLLIMPEXP_XRC wxIconXmlHandler : public wxXmlResourceHandler { -DECLARE_DYNAMIC_CLASS(wxIconXmlHandler) + DECLARE_DYNAMIC_CLASS(wxIconXmlHandler) + public: wxIconXmlHandler(); virtual wxObject *DoCreateResource(); virtual bool CanHandle(wxXmlNode *node); }; +#endif // wxUSE_XRC #endif // _WX_XH_BMP_H_