diff --git a/BAN/include/BAN/HashMap.h b/BAN/include/BAN/HashMap.h index c0cce1874..e40df93a5 100644 --- a/BAN/include/BAN/HashMap.h +++ b/BAN/include/BAN/HashMap.h @@ -86,6 +86,7 @@ namespace BAN { clear(); m_buckets = other.m_buckets; + m_size = other.m_size; return *this; }