diff --git a/vcg/complex/trimesh/base.h b/vcg/complex/trimesh/base.h index 06fbcee2..4bc6547b 100644 --- a/vcg/complex/trimesh/base.h +++ b/vcg/complex/trimesh/base.h @@ -257,7 +257,7 @@ class TriMesh: public TriMeshEdgeHolder *)ah ),n_attr(n){} - PerVertexAttributeHandle operator = ( const PerVertexAttributeHandle & pva){ + void operator = ( const PerVertexAttributeHandle & pva){ (SimpleTempData *)pva._handle; n_attr = pva.n_attr; }