Remove some recently added trailing spaces
No changes.
This commit is contained in:
@@ -53,7 +53,7 @@ public:
|
|||||||
wxAnimationType GetType() const wxOVERRIDE
|
wxAnimationType GetType() const wxOVERRIDE
|
||||||
{ return wxANIMATION_TYPE_ANI; }
|
{ return wxANIMATION_TYPE_ANI; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// wxAnimationDecoder pure virtual:
|
// wxAnimationDecoder pure virtual:
|
||||||
virtual bool DoCanRead( wxInputStream& stream ) const wxOVERRIDE;
|
virtual bool DoCanRead( wxInputStream& stream ) const wxOVERRIDE;
|
||||||
// modifies current stream position (see wxAnimationDecoder::CanRead)
|
// modifies current stream position (see wxAnimationDecoder::CanRead)
|
||||||
|
@@ -90,7 +90,7 @@ protected:
|
|||||||
virtual bool DoCanRead( wxInputStream& stream ) const wxOVERRIDE;
|
virtual bool DoCanRead( wxInputStream& stream ) const wxOVERRIDE;
|
||||||
// modifies current stream position (see wxAnimationDecoder::CanRead)
|
// modifies current stream position (see wxAnimationDecoder::CanRead)
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int getcode(wxInputStream& stream, int bits, int abfin);
|
int getcode(wxInputStream& stream, int bits, int abfin);
|
||||||
wxGIFErrorCode dgif(wxInputStream& stream,
|
wxGIFErrorCode dgif(wxInputStream& stream,
|
||||||
GIFImage *img, int interl, int bits);
|
GIFImage *img, int interl, int bits);
|
||||||
|
Reference in New Issue
Block a user