From dfbf9be88c6ac5a2c4aca31bceb63244393cb026 Mon Sep 17 00:00:00 2001 From: Shlomo Golubev Date: Tue, 4 Sep 2007 11:09:51 +0000 Subject: [PATCH] problems with g++ 4.3.0 --- .../include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h b/Arrangement_on_surface_2/include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h index 41a7544422e..e62a617b29e 100644 --- a/Arrangement_on_surface_2/include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h +++ b/Arrangement_on_surface_2/include/CGAL/Sweep_line_2/Sweep_line_2_visitors.h @@ -57,7 +57,7 @@ class Sweep_line_points_visitor : typedef typename Traits_2::X_monotone_curve_2 X_monotone_curve_2; typedef typename Traits_2::Point_2 Point_2; - typedef Sweep_line_2 Sweep_line_2; + typedef class Sweep_line_2 Sweep_line_2; protected: @@ -137,7 +137,7 @@ class Sweep_line_subcurves_visitor : typedef typename Base::Subcurve Subcurve; typedef typename Base::Status_line_iterator Status_line_iterator; - typedef Sweep_line_2 Sweep_line_2; + typedef class Sweep_line_2 Sweep_line_2; protected: @@ -221,7 +221,7 @@ class Sweep_line_do_curves_x_visitor : typedef typename Base::Subcurve Subcurve; typedef typename Base::Status_line_iterator Status_line_iterator; - typedef Sweep_line_2 Sweep_line_2; + typedef class Sweep_line_2 Sweep_line_2; protected: