diff --git a/vcg/complex/algorithms/overlap_estimation.h b/vcg/complex/algorithms/overlap_estimation.h index 99e5a60a..5e8de0e0 100644 --- a/vcg/complex/algorithms/overlap_estimation.h +++ b/vcg/complex/algorithms/overlap_estimation.h @@ -58,7 +58,7 @@ template class OverlapEstimation typedef typename MeshType::VertexIterator VertexIterator; typedef typename vector::iterator VertexPointerIterator; typedef GridStaticPtr MeshGrid; - typedef tri::VertTmark MarkerVertex; + typedef tri::EmptyTMark MarkerVertex; private: /** Private simple class needed to perform sampling of pointers to vertexes. */