X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..438959cca892a7651634cc3a7aad4819ac49b23c:/include/wx/osx/pnghand.h diff --git a/include/wx/osx/pnghand.h b/include/wx/osx/pnghand.h index a91fd69c85..e1ffc9ed89 100644 --- a/include/wx/osx/pnghand.h +++ b/include/wx/osx/pnghand.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: pnghand.h +// Name: wx/osx/pnghand.h // Purpose: PNG bitmap handler // Author: Julian Smart // Modified by: @@ -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);