diff --git a/include/wx/anidecod.h b/include/wx/anidecod.h index 8e50d0a60c..bc24dd57ca 100644 --- a/include/wx/anidecod.h +++ b/include/wx/anidecod.h @@ -53,7 +53,7 @@ public: wxAnimationType GetType() const wxOVERRIDE { return wxANIMATION_TYPE_ANI; } -protected: +protected: // wxAnimationDecoder pure virtual: virtual bool DoCanRead( wxInputStream& stream ) const wxOVERRIDE; // modifies current stream position (see wxAnimationDecoder::CanRead) diff --git a/include/wx/gifdecod.h b/include/wx/gifdecod.h index 4e878ba61e..5dee4caf24 100644 --- a/include/wx/gifdecod.h +++ b/include/wx/gifdecod.h @@ -90,7 +90,7 @@ protected: virtual bool DoCanRead( wxInputStream& stream ) const wxOVERRIDE; // modifies current stream position (see wxAnimationDecoder::CanRead) -private: +private: int getcode(wxInputStream& stream, int bits, int abfin); wxGIFErrorCode dgif(wxInputStream& stream, GIFImage *img, int interl, int bits);