From 87ed77aa88b7a0cbe777010d525856fe09ba2ab2 Mon Sep 17 00:00:00 2001 From: maxcorsini Date: Fri, 16 Jan 2009 11:29:43 +0000 Subject: [PATCH] fix return error on vertexattrib --- vcg/complex/trimesh/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }