mirror of https://github.com/CGAL/cgal
use typedefs
This commit is contained in:
parent
b2a679ee78
commit
bb0c3f22f6
|
|
@ -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_prop> Facet_properties;
|
||||
|
|
|
|||
Loading…
Reference in New Issue