mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-23 15:46:18 +00:00
Changed: Minor change
This commit is contained in:
parent
a5e23cb0f9
commit
301c3b2b8a
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ private:
|
||||||
|
|
||||||
struct CHash
|
struct CHash
|
||||||
{
|
{
|
||||||
enum { bucket_size = 4, min_buckets = 8, };
|
enum { bucket_size = 4, min_buckets = 8 };
|
||||||
size_t operator () (const TEntityIndex& index) const { return index.getIndex(); }
|
size_t operator () (const TEntityIndex& index) const { return index.getIndex(); }
|
||||||
bool operator() (const TEntityIndex& left, const TEntityIndex& right) { return left < right; }
|
bool operator() (const TEntityIndex& left, const TEntityIndex& right) { return left < right; }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue