diff --git a/core/oa_hash_map.h b/core/oa_hash_map.h index 71e3ba906842..682fa8a3d4d3 100644 --- a/core/oa_hash_map.h +++ b/core/oa_hash_map.h @@ -300,7 +300,7 @@ class OAHashMap { bool valid; const TKey *key; - const TValue *value; + TValue *value; private: uint32_t pos;