X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14f4cead9d14d84f4e6e96c73dae90a7f252d432..89b4415803685b243946e4941522be8232621fa6:/include/wx/xrc/xh_collpane.h?ds=inline diff --git a/include/wx/xrc/xh_collpane.h b/include/wx/xrc/xh_collpane.h index b08b36821f..be4b49f995 100644 --- a/include/wx/xrc/xh_collpane.h +++ b/include/wx/xrc/xh_collpane.h @@ -15,12 +15,10 @@ #if wxUSE_XRC && wxUSE_COLLPANE -#include "wx/collpane.h" +class WXDLLIMPEXP_FWD_CORE wxCollapsiblePane; class WXDLLIMPEXP_XRC wxCollapsiblePaneXmlHandler : public wxXmlResourceHandler { - DECLARE_DYNAMIC_CLASS(wxCollapsiblePaneXmlHandler) - public: wxCollapsiblePaneXmlHandler(); virtual wxObject *DoCreateResource(); @@ -29,6 +27,8 @@ public: private: bool m_isInside; wxCollapsiblePane *m_collpane; + + DECLARE_DYNAMIC_CLASS(wxCollapsiblePaneXmlHandler) }; #endif // wxUSE_XRC && wxUSE_COLLPANE