]> git.mxchange.org Git - simgear.git/blobdiff - simgear/xml/xmlparse.h
Use the original filename for the compressed image message.
[simgear.git] / simgear / xml / xmlparse.h
index 123afdf9318d34b106f80d7366d9edde6c58dbdc..f2f9c9be1c0d69d926dcf22b4e4c58cab8bd0ac9 100644 (file)
@@ -473,7 +473,7 @@ void XMLPARSEAPI
 XML_ParserFree(XML_Parser parser);
 
 /* Returns a string describing the error. */
-const XML_LChar XMLPARSEAPI *XML_ErrorString(size_t code);
+const XML_LChar XMLPARSEAPI *XML_ErrorString(int code);
 
 #ifdef __cplusplus
 }