add missing namespace

This commit is contained in:
Sébastien Loriot 2022-09-23 15:21:25 +02:00
parent 5592ae55e7
commit db7a4e9945
1 changed files with 4 additions and 4 deletions

View File

@ -328,7 +328,7 @@ public:
Index_generator<Subdomain_index, Surface_patch_index>::Index Index;
private:
typedef Labeled_mesh_domain_3_impl<BGT,
typedef details::Labeled_mesh_domain_3_impl<BGT,
Subdomain_index,
Surface_patch_index
> Impl_details;