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