aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEval.h
diff options
context:
space:
mode:
authorMax Horn2008-11-08 01:34:02 +0000
committerMax Horn2008-11-08 01:34:02 +0000
commit7cbd04dc23db94c19bca8cec8350206b894b1958 (patch)
tree09a5f9cbd4cbee04c10577f0350ab6b1226563e6 /gui/ThemeEval.h
parent0508fec8a884b956b430c77d23388dd1213d8651 (diff)
downloadscummvm-rg350-7cbd04dc23db94c19bca8cec8350206b894b1958.tar.gz
scummvm-rg350-7cbd04dc23db94c19bca8cec8350206b894b1958.tar.bz2
scummvm-rg350-7cbd04dc23db94c19bca8cec8350206b894b1958.zip
Thou shalst never use the 'using' keyword in a header file, lest the wrath of ye fingolfin will crush your sorrow bones to dust... *grrr* ;)
svn-id: r34937
Diffstat (limited to 'gui/ThemeEval.h')
-rw-r--r--gui/ThemeEval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeEval.h b/gui/ThemeEval.h
index 2a1d6d4eed..0b5537f190 100644
--- a/gui/ThemeEval.h
+++ b/gui/ThemeEval.h
@@ -75,7 +75,7 @@ public:
return def;
}
- void setVar(const String &name, int val) { _vars[name] = val; }
+ void setVar(const Common::String &name, int val) { _vars[name] = val; }
bool hasVar(const Common::String &name) { return _vars.contains(name) || _builtin.contains(name); }