Removed warning about postfix incremnet of VFIterator

This commit is contained in:
Paolo Cignoni 2004-07-27 09:49:23 +00:00
parent c8d1e28f66
commit 8e71d0f5ae
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.9 2004/07/15 12:03:07 ganovelli
minor changes
Revision 1.8 2004/07/15 11:26:48 ganovelli
VFDetach corrected
@ -238,7 +241,7 @@ void VFDetach(FaceType & f, int z)
for(;;)
{
y = x;
x++;
++x;
assert(x.f!=0);
if(x.f==&f) // found!
{