aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
authorVicent Marti2008-08-09 18:34:16 +0000
committerVicent Marti2008-08-09 18:34:16 +0000
commit103a4f66813df8f806467ad6f27cd0831ae0abf4 (patch)
tree7f09914cd0a658d2301e567d544826eb0a347877 /gui/theme.h
parentea69217a136210347689e9536d67e1dda883f45a (diff)
downloadscummvm-rg350-103a4f66813df8f806467ad6f27cd0831ae0abf4.tar.gz
scummvm-rg350-103a4f66813df8f806467ad6f27cd0831ae0abf4.tar.bz2
scummvm-rg350-103a4f66813df8f806467ad6f27cd0831ae0abf4.zip
Added support for image loading/blitting.
Added support for loading theme files. (Make sure to grab the sample theme "scummodern.zip" from the gui/themes/ directory to try it out) Misc fixes. svn-id: r33718
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;