diff --git a/Combinatorial_map/examples/Combinatorial_map/map_3_marks.cpp b/Combinatorial_map/examples/Combinatorial_map/map_3_marks.cpp index c298230c352..23d7515c94d 100644 --- a/Combinatorial_map/examples/Combinatorial_map/map_3_marks.cpp +++ b/Combinatorial_map/examples/Combinatorial_map/map_3_marks.cpp @@ -20,8 +20,8 @@ int main() } // 2) Create two tetrahedra. - Dart_handle dh1 = make_combinatorial_tetrahedron(cm); - Dart_handle dh2 = make_combinatorial_tetrahedron(cm); + Dart_handle dh1 = CGAL::make_combinatorial_tetrahedron(cm); + Dart_handle dh2 = CGAL::make_combinatorial_tetrahedron(cm); // 3) 3-sew them. cm.sew<3>(dh1, dh2);