X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..dfc69c6d5bd613a20a9cb815622167a258d4a623:/include/wx/imagiff.h diff --git a/include/wx/imagiff.h b/include/wx/imagiff.h index 3591d7570e..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(__APPLE__) -#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