X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b88201ff5f0f9ed18db555b70eb7123c8a7c9c6..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/os2/pngread.h?ds=sidebyside diff --git a/include/wx/os2/pngread.h b/include/wx/os2/pngread.h index e66f475a3b..3c40306804 100644 --- a/include/wx/os2/pngread.h +++ b/include/wx/os2/pngread.h @@ -3,7 +3,6 @@ * Purpose: PNG file reader * Author: Alejandro Aguilar Sierra/Julian Smart * Created: 1995 - * RCS-ID: $Id$ * Copyright: (c) 1995, Alejandro Aguilar Sierra * * @@ -62,10 +61,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 +284,4 @@ inline bool wxPNGReaderIter::PrevStep() } #endif - // _WX_PNGREAD__ \ No newline at end of file + // _WX_PNGREAD__