Changed: Minor change

This commit is contained in:
kervala 2015-12-28 16:43:20 +01:00
parent 8b74943e6e
commit fdeee6622b

View file

@ -355,7 +355,7 @@ namespace NLMISC
// Traits for hash_map using CEntityId
struct CUCStringHashMapTraits
{
enum { bucket_size = 4, min_buckets = 8, };
enum { bucket_size = 4, min_buckets = 8 };
CUCStringHashMapTraits() { }
size_t operator() (const ucstring &id ) const
{