X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8a793f06cc0abb9e2433b1fe518c836395c8b49..1ddb6d28576c3ab21f80d8a3815fcccb1545961c:/include/wx/xrc/xh_wizrd.h?ds=inline diff --git a/include/wx/xrc/xh_wizrd.h b/include/wx/xrc/xh_wizrd.h index b16053f2e6..1831d79c9c 100644 --- a/include/wx/xrc/xh_wizrd.h +++ b/include/wx/xrc/xh_wizrd.h @@ -9,17 +9,19 @@ ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_XH_WIZRD_H_ -#define _WX_XH_WIZRDL_H_ +#define _WX_XH_WIZRD_H_ #include "wx/xrc/xmlres.h" -#if wxUSE_WIZARDDLG +#if wxUSE_XRC && wxUSE_WIZARDDLG -#include "wx/wizard.h" +class WXDLLIMPEXP_FWD_ADV wxWizard; +class WXDLLIMPEXP_FWD_ADV wxWizardPageSimple; class WXDLLIMPEXP_XRC wxWizardXmlHandler : public wxXmlResourceHandler { -DECLARE_DYNAMIC_CLASS(wxWizardXmlHandler) + DECLARE_DYNAMIC_CLASS(wxWizardXmlHandler) + public: wxWizardXmlHandler(); virtual wxObject *DoCreateResource(); @@ -30,6 +32,6 @@ private: wxWizardPageSimple *m_lastSimplePage; }; -#endif +#endif // wxUSE_XRC && wxUSE_WIZARDDLG -#endif // _WX_XH_PANEL_H_ +#endif // _WX_XH_WIZRD_H_