Skip to content

Commit

Permalink
add missing typename
Browse files Browse the repository at this point in the history
  • Loading branch information
janetournois committed Aug 18, 2021
1 parent a5114a9 commit a02cafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ class Polyhedral_mesh_domain_3
bool self_intersection = false;
if (r_domain_.self_intersections_pmap_ != boost::none)
{
boost::property_map<Polyhedron, CGAL::dynamic_face_property_t<bool> >::type
typename boost::property_map<Polyhedron, CGAL::dynamic_face_property_t<bool> >::type
si_pmap = r_domain_.self_intersections_pmap_.get();

self_intersection = get(si_pmap, primitive_id.first);
Expand Down

0 comments on commit a02cafa

Please sign in to comment.