From dfd3b72ba239db8aed2d817c01072140f1b8bde0 Mon Sep 17 00:00:00 2001 From: Eric Berberich Date: Thu, 9 Sep 2010 23:00:57 +0000 Subject: [PATCH] in one line --- .../include/CGAL/Curved_kernel_via_analysis_2/Point_2.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h index 72d3c607501..491886d199c 100644 --- a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Point_2.h @@ -786,8 +786,7 @@ public: #define CGAL_BEFRIEND_CKvA_2_FUNCTOR(Z) \ friend class Curved_kernel_via_analysis_2::Z; \ - friend class Curved_kernel_via_analysis_2_Functors:: \ - Z< Curved_kernel_via_analysis_2 >; + friend class Curved_kernel_via_analysis_2_Functors::Z< Curved_kernel_via_analysis_2 >; CGAL_BEFRIEND_CKvA_2_FUNCTOR(Construct_point_2) CGAL_BEFRIEND_CKvA_2_FUNCTOR(Compare_x_2)