X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..cc30c63a4cf2ee1ae991b584e2dec2cac6b7819a:/include/wx/imagiff.h diff --git a/include/wx/imagiff.h b/include/wx/imagiff.h index 93c3822466..4d0e52c715 100644 --- a/include/wx/imagiff.h +++ b/include/wx/imagiff.h @@ -10,10 +10,6 @@ #ifndef _WX_IMAGE_IFF_H_ #define _WX_IMAGE_IFF_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "imagiff.h" -#endif - #include "wx/image.h" //----------------------------------------------------------------------------- @@ -34,8 +30,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