diff --git a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h index 6c2f54cc44c..a68818d8a53 100644 --- a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h +++ b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_agg_op.h @@ -38,7 +38,7 @@ namespace CGAL { - template class SweepVisitor> +template class SweepVisitor> class Gps_agg_op { using Arrangement_2 = Arrangement_; using Bfs_visitor = BfsVisitor; @@ -75,7 +75,7 @@ class Gps_agg_op { using Subcurve = Arr_construction_subcurve; using Helper_tmp = typename Tt::template Construction_helper; using Helper = typename Helper_tmp::template rebind::other; - using Visitor = SweepVisitor; + using Visitor = SweepVisitor; using Surface_sweep_2 = Gps_agg_op_surface_sweep_2; using Edges_hash = Unique_hash_map;