X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..33343395da57eb0caf21384aec5fa6e858db4353:/include/wx/xrc/xh_split.h diff --git a/include/wx/xrc/xh_split.h b/include/wx/xrc/xh_split.h index 17833eaeb8..0ad4a27788 100644 --- a/include/wx/xrc/xh_split.h +++ b/include/wx/xrc/xh_split.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_split.h +// Name: wx/xrc/xh_split.h // Purpose: XRC resource for wxSplitterWindow // Author: panga@freemail.hu, Vaclav Slavik // Created: 2003/01/26 @@ -13,13 +13,18 @@ #include "wx/xrc/xmlres.h" +#if wxUSE_XRC && wxUSE_SPLITTER + class WXDLLIMPEXP_XRC wxSplitterWindowXmlHandler : public wxXmlResourceHandler { -DECLARE_DYNAMIC_CLASS(wxSplitterWindowXmlHandler) + DECLARE_DYNAMIC_CLASS(wxSplitterWindowXmlHandler) + public: wxSplitterWindowXmlHandler(); virtual wxObject *DoCreateResource(); virtual bool CanHandle(wxXmlNode *node); }; +#endif // wxUSE_XRC && wxUSE_SPLITTER + #endif // _WX_XH_SPLIT_H_