X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ecf902bc836f2808444b34eff48cdb12f289460..0ce52f3d4eb9e5f915b9f48a8185431edb14c647:/include/wx/imagpng.h diff --git a/include/wx/imagpng.h b/include/wx/imagpng.h index 73c465a90d..67aae57b63 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" //----------------------------------------------------------------------------- @@ -34,7 +30,7 @@ enum wxPNG_TYPE_GREY_RED = 3 }; -class WXDLLEXPORT wxPNGHandler: public wxImageHandler +class WXDLLIMPEXP_CORE wxPNGHandler: public wxImageHandler { public: inline wxPNGHandler() @@ -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