From 3441d513d4a9fbe5536a56935930abfc882ccd4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 14 Aug 2014 10:57:32 +0200 Subject: [PATCH] add missing typename --- .../include/CGAL/AFSR/construct_polyhedron.h | 2 +- .../include/CGAL/Advancing_front_surface_reconstruction.h | 2 +- .../demo/Polyhedron/Polyhedron_demo_advancing_front_plugin.ui | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 Polyhedron/demo/Polyhedron/Polyhedron_demo_advancing_front_plugin.ui diff --git a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_polyhedron.h b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_polyhedron.h index 295241c6094..74afdc5c9ed 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_polyhedron.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_polyhedron.h @@ -64,7 +64,7 @@ template void construct_polyhedron(Polyhedron& P, Surface& surface) { - typedef Polyhedron::HalfedgeDS HalfedgeDS; + typedef typename Polyhedron::HalfedgeDS HalfedgeDS; Construct_polyhedron builder(surface); P.delegate(builder); } diff --git a/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction.h b/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction.h index 338c94043c4..0d851fbfe39 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction.h @@ -2293,7 +2293,7 @@ advancing_front_surface_reconstruction(PointIterator b, PointIterator e, Polyhed typedef Delaunay_triangulation_3 Triangulation_3; typedef Advancing_front_surface_reconstruction Reconstruction; - typedef Kernel::Point_3 Point_3; + typedef typename Kernel::Point_3 Point_3; Triangulation_3 dt( boost::make_transform_iterator(b, AFSR::Auto_count()), boost::make_transform_iterator(e, AFSR::Auto_count() ) ); diff --git a/Polyhedron/demo/Polyhedron/Polyhedron_demo_advancing_front_plugin.ui b/Polyhedron/demo/Polyhedron/Polyhedron_demo_advancing_front_plugin.ui old mode 100755 new mode 100644