git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50733
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// wxAnimationDecoder class
// --------------------------------------------------------------------------
-class WXDLLIMPEXP_ADV 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;
wxColour m_background;
};
-
#endif // wxUSE_STREAMS
+
#endif // _WX_ANIMDECOD_H