X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89d38f8c3a336544fd374e53a2b52d00e7f8f531..7efaa702da88a4213ddc0ed5dddd0a7a5fbf3f60:/include/wx/imagjpeg.h diff --git a/include/wx/imagjpeg.h b/include/wx/imagjpeg.h index 07a1095c1b..bf7594fae1 100644 --- a/include/wx/imagjpeg.h +++ b/include/wx/imagjpeg.h @@ -43,8 +43,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