sync with scummvm

This commit is contained in:
Pawe Koodziejski 2012-01-06 22:56:21 +01:00
parent 916eda9a72
commit a5479cfe83
227 changed files with 24566 additions and 21664 deletions

View file

@ -81,7 +81,7 @@ void XMLParser::close() {
_stream = 0;
}
bool XMLParser::parserError(const Common::String &errStr) {
bool XMLParser::parserError(const String &errStr) {
_state = kParserError;
const int startPosition = _stream->pos();