X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/870cf35c4596571462c5e2d1395428b135196b98..2ef989c972df0bd023ec3b7252fb91afca55f8ab:/include/wx/animdecod.h diff --git a/include/wx/animdecod.h b/include/wx/animdecod.h index 37655d549e..5379c366a5 100644 --- a/include/wx/animdecod.h +++ b/include/wx/animdecod.h @@ -17,8 +17,8 @@ #include "wx/colour.h" #include "wx/gdicmn.h" -class WXDLLIMPEXP_BASE wxInputStream; -class WXDLLIMPEXP_CORE wxImage; +class WXDLLIMPEXP_FWD_BASE wxInputStream; +class WXDLLIMPEXP_FWD_CORE wxImage; /* @@ -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