X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ecf902bc836f2808444b34eff48cdb12f289460..92159e3d769551d78d8f48f438fc8c40655d23d2:/include/wx/imagjpeg.h diff --git a/include/wx/imagjpeg.h b/include/wx/imagjpeg.h index 465947e67a..976e358576 100644 --- a/include/wx/imagjpeg.h +++ b/include/wx/imagjpeg.h @@ -10,10 +10,6 @@ #ifndef _WX_IMAGJPEG_H_ #define _WX_IMAGJPEG_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "imagjpeg.h" -#endif - #include "wx/defs.h" //----------------------------------------------------------------------------- @@ -24,7 +20,7 @@ #include "wx/image.h" -class WXDLLEXPORT wxJPEGHandler: public wxImageHandler +class WXDLLIMPEXP_CORE wxJPEGHandler: public wxImageHandler { public: inline wxJPEGHandler() @@ -38,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