X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..9f728f8dba3da31745bb703bf6572df7f8dbb848:/include/wx/imagpng.h diff --git a/include/wx/imagpng.h b/include/wx/imagpng.h index 091a9de46f..67aae57b63 100644 --- a/include/wx/imagpng.h +++ b/include/wx/imagpng.h @@ -30,7 +30,7 @@ enum wxPNG_TYPE_GREY_RED = 3 }; -class WXDLLEXPORT wxPNGHandler: public wxImageHandler +class WXDLLIMPEXP_CORE wxPNGHandler: public wxImageHandler { public: inline wxPNGHandler() @@ -44,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