From aa303d031c6bd91763a7b4ce6910a9b521c69af3 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Sat, 7 Apr 2007 07:59:47 +0000 Subject: [PATCH] forgot to undo --- Intersections_2/include/CGAL/Segment_2_Line_2_intersection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {