From 8e71d0f5ae794fe1528d8a80a40277fc28f26e9b Mon Sep 17 00:00:00 2001 From: cignoni <paolo.cignoni@isti.cnr.it> Date: Tue, 27 Jul 2004 09:49:23 +0000 Subject: [PATCH] Removed warning about postfix incremnet of VFIterator --- vcg/simplex/face/topology.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcg/simplex/face/topology.h b/vcg/simplex/face/topology.h index 71b44b19..c5901200 100644 --- a/vcg/simplex/face/topology.h +++ b/vcg/simplex/face/topology.h @@ -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! {