diff --git a/Combinatorial_map/include/CGAL/Combinatorial_map.h b/Combinatorial_map/include/CGAL/Combinatorial_map.h index d203cbdb040..11968e36eda 100644 --- a/Combinatorial_map/include/CGAL/Combinatorial_map.h +++ b/Combinatorial_map/include/CGAL/Combinatorial_map.h @@ -2206,7 +2206,7 @@ namespace CGAL { // We call the on_split functor internal::Apply_cell_functor::run(*a1,*a2); + typename Type_attr::On_split>::run(*a1,*a2); // We set the dart of the cell a1 onto adart1. a1->set_dart(adart1);