diff options
-rw-r--r-- | core/oa_hash_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/oa_hash_map.h b/core/oa_hash_map.h index 4e2ea034ea..c595e445d5 100644 --- a/core/oa_hash_map.h +++ b/core/oa_hash_map.h @@ -298,7 +298,7 @@ public: bool valid; const TKey *key; - const TValue *value; + TValue *value; private: uint32_t pos; |