mirror of https://github.com/CGAL/cgal
missing typename
This commit is contained in:
parent
4e06dc8221
commit
91bf02acc1
|
|
@ -500,7 +500,7 @@ void Surface_mesh_segmentation<Polyhedron>::arrange_center_orientation(
|
||||||
|
|
||||||
//Option-3
|
//Option-3
|
||||||
Ray ray(center, unit_normal);
|
Ray ray(center, unit_normal);
|
||||||
Kernel::Do_intersect_3 intersector = Kernel().do_intersect_3_object();
|
typename Kernel::Do_intersect_3 intersector = Kernel().do_intersect_3_object();
|
||||||
if(!intersector(ray, plane)) {
|
if(!intersector(ray, plane)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue