X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8faef7ccbc4b4e192da06de7e1a2a7f1dff7ec91..52c5093f76e534ec1a39f9f88a9b510b7cf3dbf2:/include/wx/anidecod.h diff --git a/include/wx/anidecod.h b/include/wx/anidecod.h index df5be1a60b..86970ae771 100644 --- a/include/wx/anidecod.h +++ b/include/wx/anidecod.h @@ -44,7 +44,7 @@ public: virtual wxColour GetTransparentColour(unsigned int frame) const; // implementation of wxAnimationDecoder's pure virtuals - + virtual bool Load( wxInputStream& stream ); bool ConvertToImage(unsigned int frame, wxImage *image) const; @@ -58,7 +58,7 @@ private: // wxAnimationDecoder pure virtual: virtual bool DoCanRead( wxInputStream& stream ) const; // modifies current stream position (see wxAnimationDecoder::CanRead) - + // frames stored as wxImage(s): ANI files are meant to be used mostly for animated // cursors and thus they do not use any optimization to encode differences between // two frames: they are just a list of images to display sequentially.