X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd47af27e12ee66b3e9eed6f1711e516f36dc837..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/xrc/xh_toolb.h?ds=sidebyside diff --git a/include/wx/xrc/xh_toolb.h b/include/wx/xrc/xh_toolb.h index c836af30cb..6b936dcb29 100644 --- a/include/wx/xrc/xh_toolb.h +++ b/include/wx/xrc/xh_toolb.h @@ -3,7 +3,6 @@ // Purpose: XML resource handler for wxToolBar // Author: Vaclav Slavik // Created: 2000/08/11 -// RCS-ID: $Id$ // Copyright: (c) 2000 Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -15,7 +14,7 @@ #if wxUSE_XRC && wxUSE_TOOLBAR -class WXDLLEXPORT wxToolBar; +class WXDLLIMPEXP_FWD_CORE wxToolBar; class WXDLLIMPEXP_XRC wxToolBarXmlHandler : public wxXmlResourceHandler { @@ -29,6 +28,7 @@ public: private: bool m_isInside; wxToolBar *m_toolbar; + wxSize m_toolSize; }; #endif // wxUSE_XRC && wxUSE_TOOLBAR