fixed typo

This commit is contained in:
David Anderson 2006-02-05 02:26:00 +00:00
parent 8edd843f4b
commit 2cfebb0234

View File

@ -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;
} }