aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.h
diff options
context:
space:
mode:
authorMax Horn2004-09-28 12:10:49 +0000
committerMax Horn2004-09-28 12:10:49 +0000
commitab82837dcc07e3655958ac2c39192734bf5e3ebe (patch)
tree26e00f12f3014f260daa7ec5551a57f30f50ae1c /common/config-manager.h
parent2c627a20181c22cd8b9622dae7af8b6147b2083d (diff)
downloadscummvm-rg350-ab82837dcc07e3655958ac2c39192734bf5e3ebe.tar.gz
scummvm-rg350-ab82837dcc07e3655958ac2c39192734bf5e3ebe.tar.bz2
scummvm-rg350-ab82837dcc07e3655958ac2c39192734bf5e3ebe.zip
Preserve the order of config file sections -> to suite people who manually edit the config file
svn-id: r15322
Diffstat (limited to 'common/config-manager.h')
-rw-r--r--common/config-manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/config-manager.h b/common/config-manager.h
index 7187da0346..5b6c27d531 100644
--- a/common/config-manager.h
+++ b/common/config-manager.h
@@ -127,6 +127,8 @@ private:
DomainMap _globalDomains;
Domain _defaultsDomain;
+ StringList _domainSaveOrder;
+
String _activeDomain;
String _filename;
};