From 05090aaee12b1af7d012c14597995d6517eb961e Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 31 Oct 2006 11:30:41 +0000 Subject: [PATCH] changed access throught iterator with static call to comply 2005 compiler --- vcg/complex/trimesh/hole.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/complex/trimesh/hole.h b/vcg/complex/trimesh/hole.h index 9df62ee6..858ed372 100644 --- a/vcg/complex/trimesh/hole.h +++ b/vcg/complex/trimesh/hole.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.9 2006/10/20 07:44:45 cignoni +Added missing std:: + Revision 1.8 2006/10/18 15:06:47 giec New policy for compute quality in TrivialEar. Bugfixed LeipaEar. @@ -909,7 +912,7 @@ namespace vcg { { MESH::FaceIterator fi; std::vector > vinfo; - int UBIT = fi->LastBitFlag(); + int UBIT = MESH::FaceType::LastBitFlag(); for(fi = m.face.begin(); fi!=m.face.end(); ++fi) {