X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ecf902bc836f2808444b34eff48cdb12f289460..75aa19469b8b31ae58d6e8956b0e4c7200e30578:/include/wx/imagjpeg.h diff --git a/include/wx/imagjpeg.h b/include/wx/imagjpeg.h index 465947e67a..6a579864b9 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" //----------------------------------------------------------------------------- @@ -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