X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7beb59f36c016d27cf8949eb8c0d38fc63ad536a..52170c5b4419c63d6e0083df411aad420395ec98:/include/wx/imagiff.h diff --git a/include/wx/imagiff.h b/include/wx/imagiff.h index 61a54fbc4d..8097d8e656 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" //----------------------------------------------------------------------------- @@ -36,10 +32,10 @@ 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); +protected: virtual bool DoCanRead(wxInputStream& stream); #endif -private: DECLARE_DYNAMIC_CLASS(wxIFFHandler) };