diff --git a/dlls/nvault/sh_tinyhash.h b/dlls/nvault/sh_tinyhash.h index 829c9d4b..b9d9b1a6 100755 --- a/dlls/nvault/sh_tinyhash.h +++ b/dlls/nvault/sh_tinyhash.h @@ -65,7 +65,7 @@ public: } void operator=(const THash &other) { - clear(); + Clear(); for (const_iterator iter=other.begin(); iter!=other.end(); ++iter) _FindOrInsert(iter->key)->val = iter->val; }