diff --git a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h index 0db291e165d..852a1fb8d6e 100644 --- a/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h +++ b/Polygon_mesh_processing/include/CGAL/Polyhedral_envelope.h @@ -714,7 +714,7 @@ private: { Vector_3 bmin, bmax; - Orientation ori = ON_ORIENTED_BOUNDARY; // to avoid maybe uninitialzed warning + Orientation ori = ON_ORIENTED_BOUNDARY; // to avoid maybe uninitialized warning for (unsigned int i = 0; i < prismindex.size(); i++){ if (prismindex[i] == jump){