From 110f5b71f9a45e2737a0da2e647a3a4b7dae33b4 Mon Sep 17 00:00:00 2001 From: Pedro Machado Manhaes de Castro Date: Fri, 3 Oct 2008 12:16:14 +0000 Subject: [PATCH] unecessary typename --- .../Circular_kernel_3/include/CGAL/_test_sphere_predicates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Circular_kernel_3/test/Circular_kernel_3/include/CGAL/_test_sphere_predicates.h b/Circular_kernel_3/test/Circular_kernel_3/include/CGAL/_test_sphere_predicates.h index 62ddca52e46..3a5fabcdcb1 100644 --- a/Circular_kernel_3/test/Circular_kernel_3/include/CGAL/_test_sphere_predicates.h +++ b/Circular_kernel_3/test/Circular_kernel_3/include/CGAL/_test_sphere_predicates.h @@ -705,8 +705,8 @@ void _test_lexico_operations(SK sk) { template void _test_compare(SK sk) { - typedef typename CGAL::Circular_arc_point_3 Circular_arc_point_3; - typedef typename CGAL::Point_3 Point_3; + typedef CGAL::Circular_arc_point_3 Circular_arc_point_3; + typedef CGAL::Point_3 Point_3; Circular_arc_point_3 p[8]; p[0] = Point_3(1,0,0);