]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpng.cpp
test for timegm() added
[wxWidgets.git] / src / common / imagpng.cpp
index 132655980c64e0e38e6f08eedc30e726491fa890..e8d9f42c7e304768d27b5905fae5fb8d6a8cb14c 100644 (file)
@@ -96,7 +96,7 @@ LINKAGEMODE png_silent_warning(png_structp WXUNUSED(png_ptr), png_const_charp WX
 {
 }
 
-bool wxPNGHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose)
+bool wxPNGHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose, int WXUNUSED(index) )
 {
     // VZ: as this function uses setjmp() the only fool proof error handling
     //     method is to use goto (setjmp is not really C++ dtors friendly...)