X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd47af27e12ee66b3e9eed6f1711e516f36dc837..f2049b683752950d1fe91aec07318e7f2122ff16:/include/wx/xrc/xh_toolb.h?ds=inline diff --git a/include/wx/xrc/xh_toolb.h b/include/wx/xrc/xh_toolb.h index c836af30cb..6ba95f7124 100644 --- a/include/wx/xrc/xh_toolb.h +++ b/include/wx/xrc/xh_toolb.h @@ -15,7 +15,7 @@ #if wxUSE_XRC && wxUSE_TOOLBAR -class WXDLLEXPORT wxToolBar; +class WXDLLIMPEXP_FWD_CORE wxToolBar; class WXDLLIMPEXP_XRC wxToolBarXmlHandler : public wxXmlResourceHandler { @@ -29,6 +29,7 @@ public: private: bool m_isInside; wxToolBar *m_toolbar; + wxSize m_toolSize; }; #endif // wxUSE_XRC && wxUSE_TOOLBAR