aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.h
diff options
context:
space:
mode:
authorMax Horn2009-06-07 12:47:10 +0000
committerMax Horn2009-06-07 12:47:10 +0000
commit985bc454b20f20f2eccb62a2f3000022ac0d2c99 (patch)
treebe11ef1834ab34d9cea55e26ba6fc935aed8a60c /common/config-manager.h
parented44e68f9d3811d9edb2ed07057c5596cf0d9a8e (diff)
downloadscummvm-rg350-985bc454b20f20f2eccb62a2f3000022ac0d2c99.tar.gz
scummvm-rg350-985bc454b20f20f2eccb62a2f3000022ac0d2c99.tar.bz2
scummvm-rg350-985bc454b20f20f2eccb62a2f3000022ac0d2c99.zip
Added an experimental '--upgrade-targets' option (to be refined; and possibly hooked to the GUI eventually). This updates the guioptions,platform and lang for all your targets (and with a source change, also the descriptions)
svn-id: r41332
Diffstat (limited to 'common/config-manager.h')
-rw-r--r--common/config-manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/config-manager.h b/common/config-manager.h
index d86431be2f..bc734dbdc3 100644
--- a/common/config-manager.h
+++ b/common/config-manager.h
@@ -155,6 +155,7 @@ public:
void renameGameDomain(const String &oldName, const String &newName);
bool hasGameDomain(const String &domName) const;
const DomainMap & getGameDomains() const { return _gameDomains; }
+ DomainMap & getGameDomains() { return _gameDomains; }
private:
friend class Singleton<SingletonBaseType>;