diff --git a/BGL/test/BGL/test_OpenMesh.cpp b/BGL/test/BGL/test_OpenMesh.cpp index e5c5206223d..e3ddcc9c2ca 100644 --- a/BGL/test/BGL/test_OpenMesh.cpp +++ b/BGL/test/BGL/test_OpenMesh.cpp @@ -22,7 +22,7 @@ int main() { CGAL_USE(ed); } - for (halfedge_descriptor hd : edges(om)) + for (halfedge_descriptor hd : halfedges(om)) { CGAL_USE(hd); }