remove warning

This commit is contained in:
Sébastien Loriot
2015-02-05 14:05:28 +01:00
parent 39f9813070
commit 6d8b60b7d7
@@ -103,7 +103,7 @@ struct Naive_border_stitching_modifier
std::vector<std::pair<halfedge_descriptor, halfedge_descriptor> >& to_stitch;
Naive_border_stitching_modifier(PM& pmesh_,
Naive_border_stitching_modifier(PM& /* pmesh_ */,
std::vector< std::pair<halfedge_descriptor, halfedge_descriptor> >&
to_stitch_)
: to_stitch(to_stitch_)