diff --git a/Skin_surface_3/include/CGAL/Skin_surface_base_3.h b/Skin_surface_3/include/CGAL/Skin_surface_base_3.h index ccfa1656128..cd9de545dcd 100644 --- a/Skin_surface_3/include/CGAL/Skin_surface_base_3.h +++ b/Skin_surface_3/include/CGAL/Skin_surface_base_3.h @@ -455,7 +455,7 @@ intersect_with_transversal_segment( Cartesian_converter converter; Object obj; - typename FK::Point_3 tmc_point; + Bare_point tet_pts[4]; for (int i=0; i<4; i++) { tet_pts[i] = converter(tet->vertex(i)->point());