X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8a793f06cc0abb9e2433b1fe518c836395c8b49..575e4cd67024ca1c49b4218ce748c68aa938ce27:/include/wx/xrc/xh_choicbk.h?ds=inline diff --git a/include/wx/xrc/xh_choicbk.h b/include/wx/xrc/xh_choicbk.h index fd6bfb03c5..20c5346eb3 100644 --- a/include/wx/xrc/xh_choicbk.h +++ b/include/wx/xrc/xh_choicbk.h @@ -9,17 +9,16 @@ #ifndef _WX_XH_CHOICEBK_H_ #define _WX_XH_CHOICEBK_H_ -#include "wx/defs.h" +#include "wx/xrc/xmlres.h" #if wxUSE_XRC && wxUSE_CHOICEBOOK -#include "wx/xrc/xmlres.h" - -class WXDLLEXPORT wxChoicebook; +class WXDLLIMPEXP_FWD_CORE wxChoicebook; class WXDLLIMPEXP_XRC wxChoicebookXmlHandler : public wxXmlResourceHandler { -DECLARE_DYNAMIC_CLASS(wxChoicebookXmlHandler) + DECLARE_DYNAMIC_CLASS(wxChoicebookXmlHandler) + public: wxChoicebookXmlHandler(); virtual wxObject *DoCreateResource();