X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..6c960f2e810bb16143bd64f228f301e9397a44bc:/include/wx/imagjpeg.h diff --git a/include/wx/imagjpeg.h b/include/wx/imagjpeg.h index 491f847bda..976e358576 100644 --- a/include/wx/imagjpeg.h +++ b/include/wx/imagjpeg.h @@ -20,7 +20,7 @@ #include "wx/image.h" -class WXDLLEXPORT wxJPEGHandler: public wxImageHandler +class WXDLLIMPEXP_CORE wxJPEGHandler: public wxImageHandler { public: inline wxJPEGHandler() @@ -34,6 +34,7 @@ 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