X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..c8e1af672f46e93ae2fe6d7f9d5b35a3d8d49c16:/include/wx/imaggif.h diff --git a/include/wx/imaggif.h b/include/wx/imaggif.h index e2be75a93b..a674ee143d 100644 --- a/include/wx/imaggif.h +++ b/include/wx/imaggif.h @@ -4,7 +4,7 @@ // Author: Vaclav Slavik & Guillermo Rodriguez Garcia // RCS-ID: $Id$ // Copyright: (c) Guillermo Rodriguez Garcia -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_IMAGGIF_H_ @@ -35,8 +35,8 @@ public: } #if wxUSE_STREAMS - virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=TRUE, int index=-1 ); - virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=TRUE ); + virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 ); + virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true ); virtual bool DoCanRead( wxInputStream& stream ); #endif