aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/newgui.h')
-rw-r--r--gui/newgui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index 90d3723d54..d4143db178 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -79,7 +79,7 @@ public:
bool isActive() const { return ! _dialogStack.empty(); }
bool loadNewTheme(Common::String file, ThemeEngine::GraphicsMode gfx = ThemeEngine::kGfxDisabled);
- Theme *theme() { return _theme; }
+ ThemeEngine *theme() { return _theme; }
ThemeEval *xmlEval() { return _theme->getEvaluator(); }
@@ -105,7 +105,7 @@ public:
protected:
OSystem *_system;
- Theme *_theme;
+ ThemeEngine *_theme;
// bool _needRedraw;
RedrawStatus _redrawStatus;