From 84220d2ca05707f22a0242b1745caf0b657237a3 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 6 Aug 2011 09:47:19 +0200 Subject: COMMON: Remove superfluous Common:: qualifiers. --- 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 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. -- cgit v1.2.3