From d7db2cba1644b8a01e82ca3e8fec3e0c95a02794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 27 Jun 2017 12:34:44 +0200 Subject: [PATCH] Fixed erroneous 'const' --- .../CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h b/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h index de09347e762..0c0e9e336ca 100644 --- a/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h +++ b/Surface_mesh_parameterization/include/CGAL/Surface_mesh_parameterization/MVC_post_processor_3.h @@ -642,7 +642,7 @@ private: /// Color the faces with inside/outside information and fix the border. template - Error_code prepare_CT_for_parameterization(const CT& ct, + Error_code prepare_CT_for_parameterization(CT& ct, VertexParameterizedMap vpmap) const { Error_code status = OK;