changed access throught iterator with static call to comply 2005 compiler

This commit is contained in:
ganovelli 2006-10-31 11:30:41 +00:00
parent 3997779a97
commit 05090aaee1
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $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 Revision 1.8 2006/10/18 15:06:47 giec
New policy for compute quality in TrivialEar. New policy for compute quality in TrivialEar.
Bugfixed LeipaEar. Bugfixed LeipaEar.
@ -909,7 +912,7 @@ namespace vcg {
{ {
MESH::FaceIterator fi; MESH::FaceIterator fi;
std::vector<tri::HoleInfo<MESH> > vinfo; std::vector<tri::HoleInfo<MESH> > vinfo;
int UBIT = fi->LastBitFlag(); int UBIT = MESH::FaceType::LastBitFlag();
for(fi = m.face.begin(); fi!=m.face.end(); ++fi) for(fi = m.face.begin(); fi!=m.face.end(); ++fi)
{ {