mirror of https://github.com/CGAL/cgal
fix one more
This commit is contained in:
parent
5260100f88
commit
731905c02c
|
|
@ -57,7 +57,7 @@ struct Face_map
|
|||
friend
|
||||
void put(Face_map m, key_type k, value_type v)
|
||||
{
|
||||
put(m.pm, v, m.face_ids[k]);
|
||||
put(m.pm, v, static_cast<key_type>(m.face_ids[k]));
|
||||
}
|
||||
|
||||
PM pm;
|
||||
|
|
|
|||
Loading…
Reference in New Issue