mirror of https://github.com/CGAL/cgal
add missing namespace
This commit is contained in:
parent
5592ae55e7
commit
db7a4e9945
|
|
@ -328,10 +328,10 @@ public:
|
||||||
Index_generator<Subdomain_index, Surface_patch_index>::Index Index;
|
Index_generator<Subdomain_index, Surface_patch_index>::Index Index;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
typedef Labeled_mesh_domain_3_impl<BGT,
|
typedef details::Labeled_mesh_domain_3_impl<BGT,
|
||||||
Subdomain_index,
|
Subdomain_index,
|
||||||
Surface_patch_index
|
Surface_patch_index
|
||||||
> Impl_details;
|
> Impl_details;
|
||||||
typedef typename Impl_details::Null Null;
|
typedef typename Impl_details::Null Null;
|
||||||
typedef typename Impl_details::Construct_surface_patch_index
|
typedef typename Impl_details::Construct_surface_patch_index
|
||||||
Construct_surface_patch_index;
|
Construct_surface_patch_index;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue