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, 1 insertions, 1 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 0d0fadb8ad..74158f473c 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -371,7 +371,7 @@ public:
static bool themeConfigUseable(const Common::String &file, const Common::String &style="", Common::String *cStyle=0, Common::ConfigFile *cfg=0);
const Common::String &getStylefileName() const { return _stylefile; }
- const Common::String &getThemeName() const { return _stylename; }
+ virtual const Common::String &getThemeName() const { return _stylename; }
virtual bool isDynamic() {
return false;