aboutsummaryrefslogtreecommitdiff
path: root/common/config-file.h
diff options
context:
space:
mode:
authorMax Horn2002-11-21 17:25:31 +0000
committerMax Horn2002-11-21 17:25:31 +0000
commit293c6cc4617af07901b2a6326a5af1894ceb9ffc (patch)
tree08a0f918129935462331691545a6d081387c6293 /common/config-file.h
parent3ceee2fc42898d2920db8218e1c62e729f0cb48a (diff)
downloadscummvm-rg350-293c6cc4617af07901b2a6326a5af1894ceb9ffc.tar.gz
scummvm-rg350-293c6cc4617af07901b2a6326a5af1894ceb9ffc.tar.bz2
scummvm-rg350-293c6cc4617af07901b2a6326a5af1894ceb9ffc.zip
enhanced Config::rename_domain; added the ability to change the domain name in EditGameDialog
svn-id: r5673
Diffstat (limited to 'common/config-file.h')
-rw-r--r--common/config-file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/config-file.h b/common/config-file.h
index 520fb769dd..0612954914 100644
--- a/common/config-file.h
+++ b/common/config-file.h
@@ -46,7 +46,7 @@ public:
void set_domain(const String &d);
void flush() const;
- void rename_domain(const String &d);
+ void rename_domain(const String &oldD, const String &newD);
void delete_domain(const String &d);
bool has_domain(const String &d) const;
void set_filename(const String &);