Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a single getEvaluator() method

svn-id: r34789
This commit is contained in:
Max Horn 2008-10-12 22:25:35 +00:00
parent 566a7b94d2
commit 4a56e0d9c1
7 changed files with 47 additions and 52 deletions

View file

@ -176,4 +176,4 @@ bool ThemeEval::addImportedLayout(const Common::String &name) {
return true;
}
}
} // End of namespace GUI