diff --git a/vcg/simplex/edge/topology.h b/vcg/simplex/edge/topology.h index a52da7b3..c3e4c8b8 100644 --- a/vcg/simplex/edge/topology.h +++ b/vcg/simplex/edge/topology.h @@ -57,7 +57,7 @@ inline bool IsEdgeBorder(EdgeType const & e, const int j ) } template -void VVStarVE(VertexType* vp, std::vector &starVec) +void VVStarVE(const VertexType* vp, std::vector &starVec) { starVec.clear(); edge::VEIterator vei(vp);