]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/imagbmp.h
added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_ENDSCROLL
[wxWidgets.git] / include / wx / imagbmp.h
index 4c635d3fd86081c091eead105e54d5a0d4f28ecb..42e0c2ce422bfffbd6fa1aa5e77bf48b6c6a8f33 100644 (file)
@@ -71,7 +71,7 @@ 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,
+                   int comp, wxFileOffset bmpOffset, wxInputStream& stream,
                    bool verbose, bool IsBmp, bool hasPalette);
     bool LoadDib(wxImage *image, wxInputStream& stream, bool verbose, bool IsBmp);
 #endif // wxUSE_STREAMS