aboutsummaryrefslogtreecommitdiff
path: root/common/config-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/config-manager.h')
-rw-r--r--common/config-manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/config-manager.h b/common/config-manager.h
index 79f56c5bca..bebb59b539 100644
--- a/common/config-manager.h
+++ b/common/config-manager.h
@@ -77,7 +77,7 @@ public:
#else
static const char *kApplicationDomain;
static const char *kTransientDomain;
-
+
const String _emptyString;
#endif
@@ -97,7 +97,7 @@ public:
// Generic access methods: No domain specified, use the values from the
// various domains in the order of their priority.
//
-
+
bool hasKey(const String &key) const;
const String & get(const String &key) const;
void set(const String &key, const String &value);
@@ -143,7 +143,7 @@ public:
void renameGameDomain(const String &oldName, const String &newName);
bool hasGameDomain(const String &domName) const;
const DomainMap & getGameDomains() const { return _gameDomains; }
-
+
/*
TODO: Callback/change notification system
typedef void (*ConfigCallback)(const ConstString &key, void *refCon);