From bb0c3f22f6874047d6439105727f11dbca92eecc Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Tue, 4 Jun 2024 08:52:08 +0200 Subject: [PATCH] use typedefs --- Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h b/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h index 9904680daa8..1c4255a5766 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h +++ b/Mesh_3/include/CGAL/Mesh_3/Refine_facets_3.h @@ -412,8 +412,8 @@ protected: struct Facet_prop { - typename MeshDomain::Surface_patch_index surface_patch_index; - typename MeshDomain::Index index; + Surface_patch_index surface_patch_index; + Index index; Bare_point point; }; typedef typename std::optional Facet_properties;