Changed: Minor change

--HG--
branch : develop
This commit is contained in:
kervala 2015-12-28 16:43:20 +01:00
parent b93414cd27
commit 77352d5759

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
{