From a6e5b97e9fe20745bddd73e34e9deba57dbda216 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 6 Jun 2011 00:28:18 +0200 Subject: COMMON: Remove vfprintf call from XML parser --- common/xmlparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/xmlparser.h') diff --git a/common/xmlparser.h b/common/xmlparser.h index 84fca294a0..7923e43a37 100644 --- a/common/xmlparser.h +++ b/common/xmlparser.h @@ -274,7 +274,7 @@ protected: * Parser error always returns "false" so we can pass the return value * directly and break down the parsing. */ - bool parserError(const char *errorString, ...) GCC_PRINTF(2, 3); + bool parserError(const Common::String &errStr); /** * Skips spaces/whitelines etc. -- cgit v1.2.3