aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEval.cpp
diff options
context:
space:
mode:
authorMax Horn2008-10-12 22:25:35 +0000
committerMax Horn2008-10-12 22:25:35 +0000
commit4a56e0d9c191d20d1b486739977ae8935e371a48 (patch)
tree801857c113d78acb55460dda671d861a80c0458d /gui/ThemeEval.cpp
parent566a7b94d254fa5f52e46e55e113a3c9f9c5a943 (diff)
downloadscummvm-rg350-4a56e0d9c191d20d1b486739977ae8935e371a48.tar.gz
scummvm-rg350-4a56e0d9c191d20d1b486739977ae8935e371a48.tar.bz2
scummvm-rg350-4a56e0d9c191d20d1b486739977ae8935e371a48.zip
Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a single getEvaluator() method
svn-id: r34789
Diffstat (limited to 'gui/ThemeEval.cpp')
-rw-r--r--gui/ThemeEval.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeEval.cpp b/gui/ThemeEval.cpp
index 112cda59a1..40b671c8c3 100644
--- a/gui/ThemeEval.cpp
+++ b/gui/ThemeEval.cpp
@@ -176,4 +176,4 @@ bool ThemeEval::addImportedLayout(const Common::String &name) {
return true;
}
-}
+} // End of namespace GUI