From de92614c188af72e37620f0d03d5ae5176005c2c Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Sun, 6 Apr 2008 08:55:16 +0000 Subject: [PATCH] FaceType::VerteType --> FaceType::VertexType --- 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 760d8a6d..44f830f2 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.30 2007/05/16 15:12:40 fiorin +Added std:: prefix to swap call + Revision 1.29 2006/12/06 00:08:21 cignoni Removed Oldstyle uberZ access to FF adjacency @@ -543,7 +546,7 @@ void VFDetach(FaceType & f, int z) template void VFAppend(FaceType* & f, int z) { - typename FaceType::VerteType *v = f->V(z); + typename FaceType::VertexType *v = f->V(z); if (v->VFp()!=0) { FaceType *f0=v->VFp();