]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagbmp.cpp
more wxPostEvent MT fixes
[wxWidgets.git] / src / common / imagbmp.cpp
index c699ae596f19a9e428babcd2756f58c225fc41c2..09b1a9387f26a6e326ae09b99a93008b95cb4312 100644 (file)
@@ -844,7 +844,7 @@ bool wxBMPHandler::LoadDib(wxImage *image, wxInputStream& stream,
     wxInt32         dbuf[4];
     wxInt8          bbuf[4];
 
-    wxFileSize_t offset = 0; // keep gcc quiet
+    wxFileOffset offset = 0; // keep gcc quiet
     if ( IsBmp )
     {
         // read the header off the .BMP format file