aboutsummaryrefslogtreecommitdiff
path: root/common/config-file.h
diff options
context:
space:
mode:
authorMax Horn2005-04-23 22:28:37 +0000
committerMax Horn2005-04-23 22:28:37 +0000
commita6b59c0be1514fd1a9c716f9f6995b80cef7eeb2 (patch)
tree6efc390b199c39506a46060b24f1ceb6027ff805 /common/config-file.h
parent55947fb319edfac1563152968b97a24295f95248 (diff)
downloadscummvm-rg350-a6b59c0be1514fd1a9c716f9f6995b80cef7eeb2.tar.gz
scummvm-rg350-a6b59c0be1514fd1a9c716f9f6995b80cef7eeb2.tar.bz2
scummvm-rg350-a6b59c0be1514fd1a9c716f9f6995b80cef7eeb2.zip
Implement some missing methods
svn-id: r17780
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 efea9f2ace..000e8ea437 100644
--- a/common/config-file.h
+++ b/common/config-file.h
@@ -71,7 +71,7 @@ public:
String comment;
bool hasKey(const String &key) const;
- KeyValue* getKey(const String &key) const;
+ const KeyValue* getKey(const String &key) const;
void setKey(const String &key, const String &value);
void removeKey(const String &key);
};