Fixed erroneous 'const'

This commit is contained in:
Mael Rouxel-Labbé 2017-06-27 12:34:44 +02:00
parent 262b24a87b
commit d7db2cba16
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ private:
/// Color the faces with inside/outside information and fix the border.
template <typename CT, typename VertexParameterizedMap>
Error_code prepare_CT_for_parameterization(const CT& ct,
Error_code prepare_CT_for_parameterization(CT& ct,
VertexParameterizedMap vpmap) const
{
Error_code status = OK;