sync with scummvm
This commit is contained in:
parent
916eda9a72
commit
a5479cfe83
227 changed files with 24566 additions and 21664 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue