X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8a793f06cc0abb9e2433b1fe518c836395c8b49..33343395da57eb0caf21384aec5fa6e858db4353:/include/wx/xrc/xh_notbk.h diff --git a/include/wx/xrc/xh_notbk.h b/include/wx/xrc/xh_notbk.h index 2f547b07f4..2d1131c295 100644 --- a/include/wx/xrc/xh_notbk.h +++ b/include/wx/xrc/xh_notbk.h @@ -12,13 +12,14 @@ #include "wx/xrc/xmlres.h" -#if wxUSE_NOTEBOOK +#if wxUSE_XRC && wxUSE_NOTEBOOK -class WXDLLEXPORT wxNotebook; +class WXDLLIMPEXP_FWD_CORE wxNotebook; class WXDLLIMPEXP_XRC wxNotebookXmlHandler : public wxXmlResourceHandler { -DECLARE_DYNAMIC_CLASS(wxNotebookXmlHandler) + DECLARE_DYNAMIC_CLASS(wxNotebookXmlHandler) + public: wxNotebookXmlHandler(); virtual wxObject *DoCreateResource(); @@ -29,6 +30,6 @@ private: wxNotebook *m_notebook; }; -#endif +#endif // wxUSE_XRC && wxUSE_NOTEBOOK #endif // _WX_XH_NOTBK_H_