X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..8e77fd8bca165aab9709649d79a7cbc6a172d4e1:/include/wx/osx/pnghand.h diff --git a/include/wx/osx/pnghand.h b/include/wx/osx/pnghand.h index de27a024d9..e1ffc9ed89 100644 --- a/include/wx/osx/pnghand.h +++ b/include/wx/osx/pnghand.h @@ -1,8 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: pnghand.h +// Name: wx/osx/pnghand.h // Purpose: PNG bitmap handler // Author: Julian Smart -// Modified by: +// Modified by: // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart @@ -25,7 +25,7 @@ public: SetName(wxT("PNG bitmap file")); SetExtension(wxT("bmp")); SetType(wxBITMAP_TYPE_PNG); - }; + } virtual bool LoadFile(wxBitmap *bitmap, const wxString& name, long flags, int desiredWidth, int desiredHeight);