diff options
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 d75dc0e4a9..93433b7132 100644 --- a/common/xmlparser.h +++ b/common/xmlparser.h @@ -275,7 +275,7 @@ protected: * Parser error always returns "false" so we can pass the return value * directly and break down the parsing. */ - bool parserError(const Common::String &errStr); + bool parserError(const String &errStr); /** * Skips spaces/whitelines etc. |