]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pngread.h
Do not put semicolons after the definition of an inline function.
[wxWidgets.git] / include / wx / os2 / pngread.h
index e66f475a3bf6e762287eafde451248b2ac77dc9f..6776c67f636e48ab9f32eac59eabafe278392dde 100644 (file)
@@ -62,10 +62,10 @@ public:
   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);
@@ -285,4 +285,4 @@ inline bool wxPNGReaderIter::PrevStep()
 }
 
 #endif
-    // _WX_PNGREAD__
\ No newline at end of file
+    // _WX_PNGREAD__