X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8a793f06cc0abb9e2433b1fe518c836395c8b49..300b44a9336a9610fef256afb412e8fb6b51840f:/include/wx/xrc/xh_scwin.h?ds=inline diff --git a/include/wx/xrc/xh_scwin.h b/include/wx/xrc/xh_scwin.h index c30c082166..64723dc446 100644 --- a/include/wx/xrc/xh_scwin.h +++ b/include/wx/xrc/xh_scwin.h @@ -12,18 +12,19 @@ #define _WX_XH_SCWIN_H_ #include "wx/xrc/xmlres.h" -#include "wx/defs.h" - +#if wxUSE_XRC class WXDLLIMPEXP_XRC wxScrolledWindowXmlHandler : public wxXmlResourceHandler { -DECLARE_DYNAMIC_CLASS(wxScrolledWindowXmlHandler) + DECLARE_DYNAMIC_CLASS(wxScrolledWindowXmlHandler) + public: wxScrolledWindowXmlHandler(); virtual wxObject *DoCreateResource(); virtual bool CanHandle(wxXmlNode *node); }; +#endif // wxUSE_XRC #endif // _WX_XH_SCWIN_H_