diff --git a/contrib/include/wx/xrc/xh_statbar.h b/contrib/include/wx/xrc/xh_statbar.h index 7e57e00d2f..c1224c0710 100644 --- a/contrib/include/wx/xrc/xh_statbar.h +++ b/contrib/include/wx/xrc/xh_statbar.h @@ -17,7 +17,7 @@ #include "wx/xrc/xmlres.h" -class WXXMLDLLEXPORT wxStatusBarXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxStatusBarXmlHandler : public wxXmlResourceHandler { public: wxStatusBarXmlHandler(); diff --git a/include/wx/xrc/xh_statbar.h b/include/wx/xrc/xh_statbar.h index 7e57e00d2f..c1224c0710 100644 --- a/include/wx/xrc/xh_statbar.h +++ b/include/wx/xrc/xh_statbar.h @@ -17,7 +17,7 @@ #include "wx/xrc/xmlres.h" -class WXXMLDLLEXPORT wxStatusBarXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxStatusBarXmlHandler : public wxXmlResourceHandler { public: wxStatusBarXmlHandler();