diff options
author | Max Horn | 2011-06-06 00:28:18 +0200 |
---|---|---|
committer | Max Horn | 2011-06-06 11:19:09 +0200 |
commit | a6e5b97e9fe20745bddd73e34e9deba57dbda216 (patch) | |
tree | b180d329474151dbe4f46584783b8495728d67ed /common/xmlparser.h | |
parent | ac1c2124e5b945fdd426bebc91d2ead79a3bf504 (diff) | |
download | scummvm-rg350-a6e5b97e9fe20745bddd73e34e9deba57dbda216.tar.gz scummvm-rg350-a6e5b97e9fe20745bddd73e34e9deba57dbda216.tar.bz2 scummvm-rg350-a6e5b97e9fe20745bddd73e34e9deba57dbda216.zip |
COMMON: Remove vfprintf call from XML parser
Diffstat (limited to 'common/xmlparser.h')
-rw-r--r-- | common/xmlparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |