mirror of https://github.com/CGAL/cgal
fix compilation of surf_io_plugin
This commit is contained in:
parent
658e6fa654
commit
04c0f8ae6c
|
|
@ -138,7 +138,11 @@ public:
|
||||||
void operator()(PolygonMesh& pmesh,
|
void operator()(PolygonMesh& pmesh,
|
||||||
const bool insert_isolated_vertices = true)
|
const bool insert_isolated_vertices = true)
|
||||||
{
|
{
|
||||||
return operator()(pmesh, get(CGAL::vertex_point, pmesh), insert_isolated_vertices);
|
return operator()(pmesh,
|
||||||
|
get(CGAL::vertex_point, pmesh),
|
||||||
|
CGAL::Emptyset_iterator(),
|
||||||
|
CGAL::Emptyset_iterator(),
|
||||||
|
insert_isolated_vertices);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue