Merge branch 'Weights-v2.0-GF-5.5.x' into Weights-v2.0-GF-master

This commit is contained in:
Mael Rouxel-Labbé 2022-11-09 12:36:47 +01:00
commit 55ebf77a6c
1 changed files with 1 additions and 1 deletions

View File

@ -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;