X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43543d985b04d065178df50dbbc998786ff97282..e5f741e5d467b1ce7105be96e9f3dcb553e8b89d:/src/os2/pnghand.cpp diff --git a/src/os2/pnghand.cpp b/src/os2/pnghand.cpp index 10f0c013aa..ef2eacda48 100644 --- a/src/os2/pnghand.cpp +++ b/src/os2/pnghand.cpp @@ -764,7 +764,7 @@ bool wxPNGReader::SaveXPM(wxChar *filename, wxChar *name) IMPLEMENT_DYNAMIC_CLASS(wxPNGFileHandler, wxBitmapHandler) -bool wxPNGFileHandler::LoadFile(wxBitmap *bitmap, const wxString& name, long flags, +bool wxPNGFileHandler::LoadFile(wxBitmap *bitmap, const wxString& name, HPS hPs, long flags, int desiredWidth, int desiredHeight) { wxPNGReader reader;