X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/854e189f90dac9ba5e0239bca79aed64e8d6f46c..116270c60a30573025f231a5d66506cf901048ff:/include/wx/xrc/xh_bmp.h diff --git a/include/wx/xrc/xh_bmp.h b/include/wx/xrc/xh_bmp.h index eda67ffd50..5800b14e37 100644 --- a/include/wx/xrc/xh_bmp.h +++ b/include/wx/xrc/xh_bmp.h @@ -18,7 +18,7 @@ #include "wx/xrc/xmlres.h" -class WXXMLDLLEXPORT wxBitmapXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxBitmapXmlHandler : public wxXmlResourceHandler { DECLARE_DYNAMIC_CLASS(wxBitmapXmlHandler) public: @@ -27,7 +27,7 @@ public: virtual bool CanHandle(wxXmlNode *node); }; -class WXXMLDLLEXPORT wxIconXmlHandler : public wxXmlResourceHandler +class WXDLLIMPEXP_XRC wxIconXmlHandler : public wxXmlResourceHandler { DECLARE_DYNAMIC_CLASS(wxIconXmlHandler) public: