X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..58385af01650f2218cff7d64b58140a8aafdf8e0:/include/wx/imagjpeg.h?ds=sidebyside diff --git a/include/wx/imagjpeg.h b/include/wx/imagjpeg.h index 70e9541d59..e51491e8f7 100644 --- a/include/wx/imagjpeg.h +++ b/include/wx/imagjpeg.h @@ -16,6 +16,7 @@ #include "wx/image.h" + //----------------------------------------------------------------------------- // wxJPEGHandler //----------------------------------------------------------------------------- @@ -33,8 +34,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 @@ -43,8 +44,5 @@ private: }; #endif - - -#endif - // _WX_IMAGJPEG_H_ +#endif // _WX_IMAGJPEG_H_