mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
fixed typo
This commit is contained in:
parent
8edd843f4b
commit
2cfebb0234
@ -65,7 +65,7 @@ public:
|
|||||||
}
|
}
|
||||||
void operator=(const THash &other)
|
void operator=(const THash &other)
|
||||||
{
|
{
|
||||||
clear();
|
Clear();
|
||||||
for (const_iterator iter=other.begin(); iter!=other.end(); ++iter)
|
for (const_iterator iter=other.begin(); iter!=other.end(); ++iter)
|
||||||
_FindOrInsert(iter->key)->val = iter->val;
|
_FindOrInsert(iter->key)->val = iter->val;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user