Changed: Minor change
This commit is contained in:
parent
8b74943e6e
commit
fdeee6622b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue