X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..87c0312a66f57b1d167e1f9454a80fe4b7b28e0b:/include/wx/animdecod.h diff --git a/include/wx/animdecod.h b/include/wx/animdecod.h index 2194643578..5379c366a5 100644 --- a/include/wx/animdecod.h +++ b/include/wx/animdecod.h @@ -84,16 +84,13 @@ enum wxAnimationType // wxAnimationDecoder class // -------------------------------------------------------------------------- -class WXDLLEXPORT wxAnimationDecoder : public wxObjectRefData +class WXDLLIMPEXP_CORE wxAnimationDecoder : public wxObjectRefData { public: wxAnimationDecoder() { - m_background = wxNullColour; m_nFrames = 0; } - virtual ~wxAnimationDecoder() { } - virtual bool Load( wxInputStream& stream ) = 0; virtual bool CanRead( wxInputStream& stream ) const = 0; @@ -140,7 +137,7 @@ protected: wxColour m_background; }; +#endif // wxUSE_STREAMS -#endif // wxUSE_STREAM #endif // _WX_ANIMDECOD_H