diff --git a/core/oa_hash_map.h b/core/oa_hash_map.h index 4e2ea034eaa..c595e445d5f 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;