]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagbmp.h
Attempted to fix splittree problem by not pushing event handler
[wxWidgets.git] / include / wx / imagbmp.h
index 82388570e5796b593765a1da96d691cac84f5ac6..81661e1510e23939e23c2b24a1d0d3a10b265a0a 100644 (file)
@@ -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  ) ;