From 38e60efb303420f06670aa9f07155c722c006791 Mon Sep 17 00:00:00 2001 From: cignoni Date: Mon, 10 Jul 2006 14:26:22 +0000 Subject: [PATCH] Minor. Added a disambiguating this at the constructor of trimesh --- vcg/complex/trimesh/base.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/base.h b/vcg/complex/trimesh/base.h index a0b14b23..eafb717c 100644 --- a/vcg/complex/trimesh/base.h +++ b/vcg/complex/trimesh/base.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.21 2006/05/25 04:40:57 cignoni +Updated HasPerFaceColor/Quality to the new style with mesh param. + Revision 1.20 2006/05/03 21:35:31 cignoni Added new style HasPerFaceColor(m) and HasPerFaceMark(m) @@ -172,7 +175,7 @@ public: /// Default constructor - TriMesh():shot(camera) + TriMesh():shot(this->camera) { fn = vn = 0; imark = 0;