diff --git a/BGL/include/CGAL/boost/graph/Seam_mesh.h b/BGL/include/CGAL/boost/graph/Seam_mesh.h index 79674bed7d7..9b09824c7af 100644 --- a/BGL/include/CGAL/boost/graph/Seam_mesh.h +++ b/BGL/include/CGAL/boost/graph/Seam_mesh.h @@ -565,7 +565,7 @@ public: /// Numbering vertices_size_type num_vertices() const { - if(number_of_vertices == static_cast(-1)) { + if(number_of_vertices == static_cast(-1)) { number_of_vertices = vertices().size(); }