X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b0f76951bc2d09a53d7e035e665fd348403c98f9..e777bd14b3b3ce4a601fcc0df63d64e3dc75ae8e:/include/wx/gifdecod.h diff --git a/include/wx/gifdecod.h b/include/wx/gifdecod.h index fcdf76d5fc..443af47c8b 100644 --- a/include/wx/gifdecod.h +++ b/include/wx/gifdecod.h @@ -46,7 +46,7 @@ enum wxGIFErrorCode // wxGIFDecoder class // -------------------------------------------------------------------------- -class WXDLLEXPORT wxGIFDecoder : public wxAnimationDecoder +class WXDLLIMPEXP_CORE wxGIFDecoder : public wxAnimationDecoder { public: // constructor, destructor, etc. @@ -102,7 +102,7 @@ private: wxGIFErrorCode dgif(wxInputStream& stream, GIFImage *img, int interl, int bits); - DECLARE_NO_COPY_CLASS(wxGIFDecoder) + wxDECLARE_NO_COPY_CLASS(wxGIFDecoder); }; #endif // wxUSE_STREAMS && wxUSE_GIF