]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pngread.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / os2 / pngread.h
index e66f475a3bf6e762287eafde451248b2ac77dc9f..3c4030680482a5b86a4b12975b56229d84e4948f 100644 (file)
@@ -3,7 +3,6 @@
  * Purpose: PNG file reader
  * Author:  Alejandro Aguilar Sierra/Julian Smart
  * Created: 1995
  * Purpose: PNG file reader
  * Author:  Alejandro Aguilar Sierra/Julian Smart
  * Created: 1995
- * RCS-ID:  $Id$
  * Copyright: (c) 1995, Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
  *
  *
  * Copyright: (c) 1995, Alejandro Aguilar Sierra <asierra@servidor.unam.mx>
  *
  *
@@ -62,10 +61,10 @@ public:
   bool ReadFile( wxChar* ImageFileName=0 );
   bool SaveFile( wxChar* ImageFileName=0 );
   bool SaveXPM(wxChar *filename, wxChar *name = 0);
   bool ReadFile( wxChar* ImageFileName=0 );
   bool SaveFile( wxChar* ImageFileName=0 );
   bool SaveXPM(wxChar *filename, wxChar *name = 0);
-  int  GetWidth( void ) const { return Width; };
-  int  GetHeight( void ) const { return Height; };
-  int  GetDepth( void ) const { return Depth; };
-  int  GetColorType( void ) const { return ColorType; };
+  int  GetWidth( void ) const { return Width; }
+  int  GetHeight( void ) const { return Height; }
+  int  GetDepth( void ) const { return Depth; }
+  int  GetColorType( void ) const { return ColorType; }
 
   int  GetIndex(int x, int y);
   bool GetRGB(int x, int y, byte* r, byte* g, byte* b);
 
   int  GetIndex(int x, int y);
   bool GetRGB(int x, int y, byte* r, byte* g, byte* b);
@@ -285,4 +284,4 @@ inline bool wxPNGReaderIter::PrevStep()
 }
 
 #endif
 }
 
 #endif
-    // _WX_PNGREAD__
\ No newline at end of file
+    // _WX_PNGREAD__