X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..d75a69e8329cecf6f07c667ffc015186c230a2b5:/include/wx/imagjpeg.h?ds=sidebyside 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