mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Minor change
--HG-- branch : develop
This commit is contained in:
parent
b93414cd27
commit
77352d5759
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