Unverified Commit 36ba9fab by Rémi Verschelde Committed by GitHub

Merge pull request #38567 from AndreaCatania/AndreaCatania-patch-3

Removed const from OAHashMap iterator value
parents 570b7e79 97f9bbcf
......@@ -298,7 +298,7 @@ public:
bool valid;
const TKey *key;
const TValue *value;
TValue *value;
private:
uint32_t pos;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment