X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52b64b0a78c7f6c7994d25f6e212c715ab4404ba..d30f0930060a3091d7326dff8c4e5fa09f638e99:/include/wx/imagbmp.h diff --git a/include/wx/imagbmp.h b/include/wx/imagbmp.h index 82388570e5..81661e1510 100644 --- a/include/wx/imagbmp.h +++ b/include/wx/imagbmp.h @@ -56,6 +56,7 @@ public: virtual bool DoCanRead( wxInputStream& stream ); protected: + bool SaveDib(wxImage *image, wxOutputStream& stream, bool verbose, bool IsBmp, bool IsMask); bool DoLoadDib (wxImage * image, int width, int height, int bpp, int ncolors, int comp, off_t bmpOffset, wxInputStream& stream, bool verbose, bool IsBmp, bool hasPalette ) ;