From 0e8397ed8ea1935a85dfd80fbea83bf94dc1abc8 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 30 May 2017 19:10:15 +0200 Subject: [PATCH] Add typename --- .../internal/Isotropic_remeshing/remesh_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h index 6d6c5dfd3ec..c314e65b2c1 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h @@ -1459,10 +1459,10 @@ private: typename boost::property_traits::reference p = get(vpmap_, target(hd, mesh_)); hd = next(hd,mesh_); - boost::property_traits::reference + typename boost::property_traits::reference q = get(vpmap_, target(hd, mesh_)); hd = next(hd,mesh_); - boost::property_traits::reference + typename boost::property_traits::reference r =get(vpmap_, target(hd, mesh_)); if (GeomTraits().collinear_3_object()(p,q,r))