From b603aab68005688abd8161862e420dd81a9d84c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 9 Nov 2022 09:55:29 +0100 Subject: [PATCH] Fix syntax --- Weights/include/CGAL/Weights/cotangent_weights.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Weights/include/CGAL/Weights/cotangent_weights.h b/Weights/include/CGAL/Weights/cotangent_weights.h index ce3471550b5..ba128a98502 100644 --- a/Weights/include/CGAL/Weights/cotangent_weights.h +++ b/Weights/include/CGAL/Weights/cotangent_weights.h @@ -209,7 +209,7 @@ private: // is used, but Surface_mesh_deformation has its own weight API locked // by the concept SurfaceMeshDeformationWeights. // A bit awkward, but better than duplicating code... - PolygonMesh* const* m_pmesh_ptr; + PolygonMesh const * const m_pmesh_ptr; const VertexPointMap m_vpm; const GeomTraits m_traits;