diff options
-rw-r--r-- | common/hashmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hashmap.h b/common/hashmap.h index 00218417a0..82dcbe4dd2 100644 --- a/common/hashmap.h +++ b/common/hashmap.h @@ -114,7 +114,7 @@ private: #endif /** Default value, returned by the const getVal. */ - const Val _defaultVal; + Val _defaultVal; Node **_storage; ///< hashtable of size arrsize. size_type _mask; ///< Capacity of the HashMap minus one; must be a power of two of minus one |