diff --git a/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h b/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h index 37cd30bf0f0..a26b6d85ff5 100644 --- a/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h +++ b/Segment_Delaunay_graph_Linf_2/include/CGAL/Side_of_bounded_square_2.h @@ -31,9 +31,9 @@ namespace CGAL { Orientation_Linf_2_Type orientation_Linf; - template + template inline void minmax( - const Point_2 &p, const Point_2 &q, const Point_2 &r, + const E &p, const E &q, const E &r, Point_2 const * & min_p, Point_2 const * & max_p, bool & samepq, bool & samepr, bool & sameqr ) const