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))