aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
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/theme.h
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/theme.h')
-rw-r--r--gui/theme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 360193361f..6b3f51085f 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -303,7 +303,7 @@ public:
bool isThemeLoadingRequired();
- virtual ThemeEval *evaluator() = 0;
+ virtual ThemeEval *getEvaluator() = 0;
static bool themeConfigUseable(const Common::FSNode &node, Common::String &themeName);
static bool themeConfigParseHeader(Common::String header, Common::String &themeName);