X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..991d57f8443fc8a31c2ad3e3a8180af08a6394d6:/include/wx/imagpnm.h?ds=sidebyside diff --git a/include/wx/imagpnm.h b/include/wx/imagpnm.h index 6f25e9d027..b9e46eea3f 100644 --- a/include/wx/imagpnm.h +++ b/include/wx/imagpnm.h @@ -31,6 +31,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