diff --git a/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp b/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp index 244facc0e6e..776d0a09f61 100644 --- a/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp +++ b/Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp @@ -422,7 +422,7 @@ void Scene_polygon_soup_item::inside_out() bool Scene_polygon_soup_item::orient(std::vector& non_manifold_vertices) { - struct Visitor : public CGAL::Polygon_mesh_processing::internal::Polygon_soup_orientation_visitor + struct Visitor : public CGAL::Polygon_mesh_processing::Default_orientation_visitor { std::vector& nm_vertices;