X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8a793f06cc0abb9e2433b1fe518c836395c8b49..cfa87e8121c94814302ad0a94c7c043c8bb277f6:/include/wx/xrc/xh_datectrl.h diff --git a/include/wx/xrc/xh_datectrl.h b/include/wx/xrc/xh_datectrl.h index 336f3ec93e..57d554477b 100644 --- a/include/wx/xrc/xh_datectrl.h +++ b/include/wx/xrc/xh_datectrl.h @@ -13,17 +13,18 @@ #include "wx/xrc/xmlres.h" -#if wxUSE_DATEPICKCTRL +#if wxUSE_XRC && wxUSE_DATEPICKCTRL class WXDLLIMPEXP_XRC wxDateCtrlXmlHandler : public wxXmlResourceHandler { -DECLARE_DYNAMIC_CLASS(wxDateCtrlXmlHandler) + DECLARE_DYNAMIC_CLASS(wxDateCtrlXmlHandler) + public: wxDateCtrlXmlHandler(); virtual wxObject *DoCreateResource(); virtual bool CanHandle(wxXmlNode *node); }; -#endif // wxUSE_DATEPICKCTRL +#endif // wxUSE_XRC && wxUSE_DATEPICKCTRL #endif // _WX_XH_DATECTRL_H_