mirror of https://github.com/CGAL/cgal
Fixed erroneous 'const'
This commit is contained in:
parent
262b24a87b
commit
d7db2cba16
|
|
@ -642,7 +642,7 @@ private:
|
||||||
|
|
||||||
/// Color the faces with inside/outside information and fix the border.
|
/// Color the faces with inside/outside information and fix the border.
|
||||||
template <typename CT, typename VertexParameterizedMap>
|
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
|
VertexParameterizedMap vpmap) const
|
||||||
{
|
{
|
||||||
Error_code status = OK;
|
Error_code status = OK;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue