Fix: Attempt to fix build error on macOS

This commit is contained in:
Hans Goudey 2021-12-06 13:47:53 -05:00
parent 9792994311
commit 86d520f268
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class EdgeVerticesFieldInput final : public GeometryFieldInput {
uint64_t hash() const override
{
return get_default_hash_2(vertex_, 9872922352);
return get_default_hash_2(static_cast<int64_t>(vertex_), 9872922352);
}
bool is_equal_to(const fn::FieldNode &other) const override