mirror of https://github.com/CGAL/cgal
fix warning
This commit is contained in:
parent
6146924680
commit
e3249bd908
|
|
@ -578,7 +578,7 @@ void add_to_graphics_scene(const CGAL_ARR_TYPE& aos,
|
||||||
gso.face_color=[](const CGAL_ARR_TYPE&,
|
gso.face_color=[](const CGAL_ARR_TYPE&,
|
||||||
typename CGAL_ARR_TYPE::Face_const_handle fh) -> CGAL::IO::Color
|
typename CGAL_ARR_TYPE::Face_const_handle fh) -> CGAL::IO::Color
|
||||||
{
|
{
|
||||||
CGAL::Random random((std::size_t)(&*fh));
|
CGAL::Random random((unsigned int)(&*fh));
|
||||||
return get_random_color(random);
|
return get_random_color(random);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue