X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7e0bac9d7deb56f70983c894c68ef228c1fa85b4..b771d06bade79af05559648a0cb13c59dcc0f8a8:/include/wx/gifdecod.h diff --git a/include/wx/gifdecod.h b/include/wx/gifdecod.h index f1a754a227..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,9 +102,9 @@ private: wxGIFErrorCode dgif(wxInputStream& stream, GIFImage *img, int interl, int bits); - DECLARE_NO_COPY_CLASS(wxGIFDecoder) + wxDECLARE_NO_COPY_CLASS(wxGIFDecoder); }; -#endif // wxUSE_STREAM && wxUSE_GIF +#endif // wxUSE_STREAMS && wxUSE_GIF #endif // _WX_GIFDECOD_H_