X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..8a7afe4dfef33756855c0e7bd38cf20d0d9a9e2f:/include/wx/imagpcx.h diff --git a/include/wx/imagpcx.h b/include/wx/imagpcx.h index 15871d6fc2..0e8693dca0 100644 --- a/include/wx/imagpcx.h +++ b/include/wx/imagpcx.h @@ -32,6 +32,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 // wxUSE_STREAMS