]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagxpm.cpp
fixed another bug in strconv
[wxWidgets.git] / src / common / imagxpm.cpp
index 19ae615e707bdef45da73729263ef263e2d5992f..0bf15e77225c7c3eb8ae3e6d3c5130ab3b278c73 100644 (file)
@@ -96,7 +96,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxXPMHandler,wxImageHandler)
 
 bool wxXPMHandler::LoadFile(wxImage *image,
                             wxInputStream& stream,
-                            bool verbose, int WXUNUSED(index))
+                            bool WXUNUSED(verbose), int WXUNUSED(index))
 {
     wxXPMDecoder decoder;