X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07f93593809177eda6317a13f9b111759a52a3d2..6968a3b87cee46f5c5af9b46e1ef97f17133cef7:/include/wx/xrc/xh_treebk.h diff --git a/include/wx/xrc/xh_treebk.h b/include/wx/xrc/xh_treebk.h index 87880005e9..f5f11342f1 100644 --- a/include/wx/xrc/xh_treebk.h +++ b/include/wx/xrc/xh_treebk.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: xh_treebk.h +// Name: wx/xrc/xh_treebk.h // Purpose: XML resource handler for wxTreebook // Author: Evgeniy Tarassov // Created: 2005/09/28 @@ -12,9 +12,9 @@ #include "wx/xrc/xmlres.h" -#if wxUSE_TREEBOOK +#if wxUSE_XRC && wxUSE_TREEBOOK -#include "wx/treebook.h" +class WXDLLIMPEXP_FWD_CORE wxTreebook; #include "wx/dynarray.h" WX_DEFINE_USER_EXPORTED_ARRAY_SIZE_T(size_t, wxArrayTbkPageIndexes, @@ -30,6 +30,8 @@ WX_DEFINE_USER_EXPORTED_ARRAY_SIZE_T(size_t, wxArrayTbkPageIndexes, // it cannot be greater than the previous page depth plus one class WXDLLIMPEXP_XRC wxTreebookXmlHandler : public wxXmlResourceHandler { + DECLARE_DYNAMIC_CLASS(wxTreebookXmlHandler) + public: wxTreebookXmlHandler(); virtual wxObject *DoCreateResource(); @@ -39,8 +41,6 @@ private: wxTreebook *m_tbk; wxArrayTbkPageIndexes m_treeContext; bool m_isInside; - - DECLARE_DYNAMIC_CLASS(wxTreebookXmlHandler) }; @@ -78,7 +78,6 @@ private: // ... // -#endif // wxUSE_TREEBOOK +#endif // wxUSE_XRC && wxUSE_TREEBOOK #endif // _WX_XH_TREEBK_H_ -