Merge pull request #38567 from AndreaCatania/AndreaCatania-patch-3
Removed const from OAHashMap iterator value
This commit is contained in:
commit
36ba9fabde
|
@ -298,7 +298,7 @@ public:
|
||||||
bool valid;
|
bool valid;
|
||||||
|
|
||||||
const TKey *key;
|
const TKey *key;
|
||||||
const TValue *value;
|
TValue *value;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
uint32_t pos;
|
uint32_t pos;
|
||||||
|
|
Loading…
Reference in New Issue