mirror of https://github.com/CGAL/cgal
Add missing ';'
This commit is contained in:
parent
239d4479fa
commit
c2baf0a2ae
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue