mirror of https://github.com/CGAL/cgal
added missing const in make_x_monotone()
This commit is contained in:
parent
02df9e84a8
commit
7413d30d8b
|
|
@ -358,7 +358,7 @@ public:
|
|||
*/
|
||||
template<class OutputIterator>
|
||||
OutputIterator curve_make_x_monotone (const Curve_2& curve,
|
||||
OutputIterator o)
|
||||
OutputIterator o) const
|
||||
{
|
||||
// Go over all curve segments.
|
||||
int n = curve._size();
|
||||
|
|
|
|||
Loading…
Reference in New Issue