aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/theme.h b/gui/theme.h
index f8a4946a6b..0d0fadb8ad 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -365,6 +365,8 @@ public:
void loadTheme(Common::ConfigFile &config, bool reset = true);
void loadTheme(Common::ConfigFile &config, bool reset, bool doBackendSpecificPostProcessing);
Eval *_evaluator;
+
+ virtual void *evaluator() { return (void*)_evaluator; }
static bool themeConfigUseable(const Common::String &file, const Common::String &style="", Common::String *cStyle=0, Common::ConfigFile *cfg=0);