X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/912c39325bfc8e9625d79d9114f67eb8d68326ce..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/xrc/xh_collpane.h diff --git a/include/wx/xrc/xh_collpane.h b/include/wx/xrc/xh_collpane.h index 3b2319fa1d..f93c237174 100644 --- a/include/wx/xrc/xh_collpane.h +++ b/include/wx/xrc/xh_collpane.h @@ -3,7 +3,6 @@ // Purpose: XML resource handler for wxCollapsiblePane // Author: Francesco Montorsi // Created: 2006-10-27 -// RCS-ID: $Id$ // Copyright: (c) 2006 Francesco Montorsi // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -15,12 +14,10 @@ #if wxUSE_XRC && wxUSE_COLLPANE -class WXDLLEXPORT wxCollapsiblePane; +class WXDLLIMPEXP_FWD_CORE wxCollapsiblePane; class WXDLLIMPEXP_XRC wxCollapsiblePaneXmlHandler : public wxXmlResourceHandler { - DECLARE_DYNAMIC_CLASS(wxCollapsiblePaneXmlHandler) - public: wxCollapsiblePaneXmlHandler(); virtual wxObject *DoCreateResource(); @@ -29,6 +26,8 @@ public: private: bool m_isInside; wxCollapsiblePane *m_collpane; + + DECLARE_DYNAMIC_CLASS(wxCollapsiblePaneXmlHandler) }; #endif // wxUSE_XRC && wxUSE_COLLPANE