diff --git a/Intersections_2/include/CGAL/Segment_2_Line_2_intersection.h b/Intersections_2/include/CGAL/Segment_2_Line_2_intersection.h index 25a9c4b7dcd..2cc8c976d45 100644 --- a/Intersections_2/include/CGAL/Segment_2_Line_2_intersection.h +++ b/Intersections_2/include/CGAL/Segment_2_Line_2_intersection.h @@ -92,7 +92,7 @@ intersection(const typename CGAL_WRAP(K)::Segment_2 &seg, template Object -intersectionLS(const typename CGAL_WRAP(K)::Line_2 &line, +intersection(const typename CGAL_WRAP(K)::Line_2 &line, const typename CGAL_WRAP(K)::Segment_2 &seg, const K& k) {