X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ecf902bc836f2808444b34eff48cdb12f289460..97f3b1e939c502a05f2717e52b44919c8254d61e:/include/wx/imagpng.h?ds=sidebyside diff --git a/include/wx/imagpng.h b/include/wx/imagpng.h index 73c465a90d..8edf80b879 100644 --- a/include/wx/imagpng.h +++ b/include/wx/imagpng.h @@ -10,10 +10,6 @@ #ifndef _WX_IMAGPNG_H_ #define _WX_IMAGPNG_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "imagpng.h" -#endif - #include "wx/defs.h" //----------------------------------------------------------------------------- @@ -48,6 +44,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