summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/oa_hash_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/oa_hash_map.h b/core/oa_hash_map.h
index 71e3ba9068..682fa8a3d4 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;