X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..835165d576b66441987b78519e6ef1fe74ea795a:/include/wx/imagiff.h diff --git a/include/wx/imagiff.h b/include/wx/imagiff.h index 4d0e52c715..ed43fad66a 100644 --- a/include/wx/imagiff.h +++ b/include/wx/imagiff.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: imagiff.h +// Name: wx/imagiff.h // Purpose: wxImage handler for Amiga IFF images // Author: Steffen Gutmann // RCS-ID: $Id$ @@ -18,7 +18,7 @@ #if wxUSE_IMAGE && wxUSE_IFF -class WXDLLEXPORT wxIFFHandler : public wxImageHandler +class WXDLLIMPEXP_CORE wxIFFHandler : public wxImageHandler { public: wxIFFHandler() @@ -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) };