Add missing ';'

This commit is contained in:
Mael Rouxel-Labbé 2020-02-06 12:02:41 +01:00
parent 239d4479fa
commit c2baf0a2ae
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ std::size_t stitch_borders(PolygonMesh& pmesh,
halfedge_descriptor;
std::vector< std::pair<halfedge_descriptor, halfedge_descriptor> > hedge_pairs_to_stitch;
typedef typename GetVertexPointMap<PolygonMesh, CGAL_PMP_NP_CLASS>::const_type VPM
typedef typename GetVertexPointMap<PolygonMesh, CGAL_PMP_NP_CLASS>::const_type VPM;
VPM vpm = choose_parameter(get_parameter(np, internal_np::vertex_point),
get_const_property_map(vertex_point, pmesh));