X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8a793f06cc0abb9e2433b1fe518c836395c8b49..b99891b0c8153704a9772ec8a60d548de86c531d:/include/wx/xrc/xh_bttn.h diff --git a/include/wx/xrc/xh_bttn.h b/include/wx/xrc/xh_bttn.h index 93eb21258a..88018268b6 100644 --- a/include/wx/xrc/xh_bttn.h +++ b/include/wx/xrc/xh_bttn.h @@ -13,14 +13,18 @@ #include "wx/xrc/xmlres.h" +#if wxUSE_XRC && wxUSE_BUTTON + class WXDLLIMPEXP_XRC wxButtonXmlHandler : public wxXmlResourceHandler { -DECLARE_DYNAMIC_CLASS(wxButtonXmlHandler) + DECLARE_DYNAMIC_CLASS(wxButtonXmlHandler) + public: wxButtonXmlHandler(); virtual wxObject *DoCreateResource(); virtual bool CanHandle(wxXmlNode *node); }; +#endif // wxUSE_XRC && wxUSE_BUTTON #endif // _WX_XH_BTTN_H_