]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagjpeg.cpp
test for timegm() added
[wxWidgets.git] / src / common / imagjpeg.cpp
index a4fc184bedbbf8fe39878d607b307b9f00aa5abf..6676597e79764dcce69bb5cb8f6cc694fd94f45a 100644 (file)
@@ -150,7 +150,7 @@ my_error_exit (j_common_ptr cinfo)
 
 
 
-bool wxJPEGHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose )
+bool wxJPEGHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose, int WXUNUSED(index) )
 {
     struct jpeg_decompress_struct cinfo;
     struct my_error_mgr jerr;