From db7a4e9945399e533e1832a943625aeaeee679a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 23 Sep 2022 15:21:25 +0200 Subject: [PATCH] add missing namespace --- Mesh_3/include/CGAL/Labeled_mesh_domain_3.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h b/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h index 17e526f983d..1abeb2a1f11 100644 --- a/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h +++ b/Mesh_3/include/CGAL/Labeled_mesh_domain_3.h @@ -328,10 +328,10 @@ public: Index_generator::Index Index; private: - typedef Labeled_mesh_domain_3_impl Impl_details; + typedef details::Labeled_mesh_domain_3_impl Impl_details; typedef typename Impl_details::Null Null; typedef typename Impl_details::Construct_surface_patch_index Construct_surface_patch_index;