X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8a793f06cc0abb9e2433b1fe518c836395c8b49..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/xrc/xh_scwin.h diff --git a/include/wx/xrc/xh_scwin.h b/include/wx/xrc/xh_scwin.h index c30c082166..c2e370016f 100644 --- a/include/wx/xrc/xh_scwin.h +++ b/include/wx/xrc/xh_scwin.h @@ -3,7 +3,6 @@ // Purpose: XML resource handler for wxScrolledWindow // Author: Vaclav Slavik // Created: 2002/10/18 -// RCS-ID: $Id$ // Copyright: (c) 2002 Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -12,18 +11,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_