mirror of https://github.com/CGAL/cgal
Renamed Construct_general_polygon_with_holes_2 => Construct_polygon_with_holes_2
This commit is contained in:
parent
08c3f7405c
commit
04729e8e34
|
|
@ -168,7 +168,7 @@ public:
|
|||
|
||||
Construct_polygon_with_holes_2 construct_polygon_with_holes_2_object() const
|
||||
{
|
||||
return Construct_general_polygon_with_holes_2();
|
||||
return Construct_polygon_with_holes_2();
|
||||
}
|
||||
|
||||
//functor returns true if the outer boundary is unbounded, and false otherwise.
|
||||
|
|
|
|||
Loading…
Reference in New Issue