Introduced new type Common::DisposeAfterUse::Flag
svn-id: r45233
This commit is contained in:
parent
64861f1e40
commit
2bbf708dea
28 changed files with 68 additions and 61 deletions
|
@ -696,7 +696,7 @@ bool ThemeEngine::loadDefaultXML() {
|
|||
#include "themes/default.inc"
|
||||
;
|
||||
|
||||
if (!_parser->loadBuffer((const byte*)defaultXML, strlen(defaultXML), false))
|
||||
if (!_parser->loadBuffer((const byte*)defaultXML, strlen(defaultXML)))
|
||||
return false;
|
||||
|
||||
_themeName = "ScummVM Classic Theme (Builtin Version)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue