aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/SimpleStringDictionary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mac/SimpleStringDictionary.h')
-rw-r--r--src/common/mac/SimpleStringDictionary.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mac/SimpleStringDictionary.h b/src/common/mac/SimpleStringDictionary.h
index 3d6c27bd..814a6f7a 100644
--- a/src/common/mac/SimpleStringDictionary.h
+++ b/src/common/mac/SimpleStringDictionary.h
@@ -134,7 +134,7 @@ class SimpleStringDictionary {
// Given |key|, returns its corresponding |value|.
// If |key| is NULL, an assert will fire or NULL will be returned. If |key|
// is not found or is an empty string, NULL is returned.
- const char *GetValueForKey(const char *key);
+ const char *GetValueForKey(const char *key) const;
// Stores a string |value| represented by |key|. If |key| is NULL or an empty
// string, this will assert (or do nothing). If |value| is NULL then