mirror of https://github.com/CGAL/cgal
Added missing const - minor bugfix
This commit is contained in:
parent
2ac05c6d95
commit
4441f2743d
|
|
@ -623,7 +623,7 @@ public:
|
|||
template<class OutputIterator>
|
||||
OutputIterator operator()(const X_monotone_curve_2 & cv1,
|
||||
const X_monotone_curve_2 & cv2,
|
||||
OutputIterator oi)
|
||||
OutputIterator oi) const
|
||||
{
|
||||
typename Segment_traits_2::Construct_min_vertex_2 min_vertex =
|
||||
m_seg_traits->construct_min_vertex_2_object();
|
||||
|
|
|
|||
Loading…
Reference in New Issue