From c2baf0a2ae66f80212e57ce820db0f9f155e406d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Thu, 6 Feb 2020 12:02:41 +0100 Subject: [PATCH] Add missing ';' --- .../include/CGAL/Polygon_mesh_processing/stitch_borders.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h index dfdaab30ec0..269f6f28a49 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h @@ -890,7 +890,7 @@ std::size_t stitch_borders(PolygonMesh& pmesh, halfedge_descriptor; std::vector< std::pair > hedge_pairs_to_stitch; - typedef typename GetVertexPointMap::const_type VPM + typedef typename GetVertexPointMap::const_type VPM; VPM vpm = choose_parameter(get_parameter(np, internal_np::vertex_point), get_const_property_map(vertex_point, pmesh));