X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/854e189f90dac9ba5e0239bca79aed64e8d6f46c..30bfc425744ec3b797a956a9b78b902ff248bf3b:/contrib/include/wx/xrc/xh_menu.h diff --git a/contrib/include/wx/xrc/xh_menu.h b/contrib/include/wx/xrc/xh_menu.h index 1e516bf460..52274fb81b 100644 --- a/contrib/include/wx/xrc/xh_menu.h +++ b/contrib/include/wx/xrc/xh_menu.h @@ -17,7 +17,7 @@ #include "wx/xrc/xmlres.h" -class WXXMLDLLEXPORT wxMenuXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxMenuXmlHandler : public wxXmlResourceHandler { DECLARE_DYNAMIC_CLASS(wxMenuXmlHandler) public: @@ -29,7 +29,7 @@ private: bool m_insideMenu; }; -class WXXMLDLLEXPORT wxMenuBarXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxMenuBarXmlHandler : public wxXmlResourceHandler { DECLARE_DYNAMIC_CLASS(wxMenuBarXmlHandler) public: