diff --git a/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp b/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp index 45050ac7e7b..7b440d05f06 100644 --- a/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp +++ b/Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp @@ -1184,7 +1184,7 @@ QString Scene_polyhedron_item::compute_stats(int type) i = 0; // initialization : keep the original ids in memory and set them to 0 - std::vector ids; + std::vector ids; for(Polyhedron::Halfedge_iterator it = polyhedron()->halfedges_begin(); it != polyhedron()->halfedges_end(); ++it) { ids.push_back(it->id());