X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..3b49331b7441e091fc5997b830801d76a1243f28:/include/wx/imagiff.h?ds=sidebyside diff --git a/include/wx/imagiff.h b/include/wx/imagiff.h index 4d0e52c715..8097d8e656 100644 --- a/include/wx/imagiff.h +++ b/include/wx/imagiff.h @@ -32,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) };