]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pngread.h
Oups...
[wxWidgets.git] / include / wx / os2 / pngread.h
index fbc2afdf1f53bbe13ed50d7e2c74ec9beac56a2a..d4cf0361f1d5d2963ea6f765084dd4dc593eb4fd 100644 (file)
@@ -46,7 +46,7 @@ protected:
 
   long EfeWidth;                    // Efective Width
 
-  LPBITMAPINFOHEADER lpbi;
+  BITMAPINFOHEADER2* lpbi;
   int bgindex;
   wxPalette* Palette;
   bool imageOK;
@@ -270,7 +270,7 @@ inline bool wxPNGReaderIter::PrevStep()
   Itx -= Stepx;
   if (Itx >= 0)
      return 1;
-  else {       
+  else {
      Ity -= Stepy;
      if (Ity >= 0 && Ity < ima->Height)
      {