]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpcx.cpp
mingw32 compilation fixes
[wxWidgets.git] / src / common / imagpcx.cpp
index 4f5ecbb32840eb3ce3cde0942301c662755f8aa8..0ba41da2f227bf58c4a5169b740c856f2a0b1b7c 100644 (file)
@@ -222,7 +222,7 @@ int ReadPCX(wxImage *image, wxInputStream& stream)
 IMPLEMENT_DYNAMIC_CLASS(wxPCXHandler,wxImageHandler)
 #endif
 
-bool wxPCXHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose )
+bool wxPCXHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose, int WXUNUSED(index) )
 {
     int error;