From 8c18db4e515f2adac839ad83e81ffa795bafe882 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Tue, 7 Sep 2004 07:36:32 +0000 Subject: [PATCH] Replaced some typename definitions --- vcg/complex/trimesh/allocate.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/vcg/complex/trimesh/allocate.h b/vcg/complex/trimesh/allocate.h index ed28a897..2d44d9f8 100644 --- a/vcg/complex/trimesh/allocate.h +++ b/vcg/complex/trimesh/allocate.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.12 2004/08/25 15:15:26 ganovelli +minor changes to comply gcc compiler (typename's and stuff) + Revision 1.11 2004/08/07 17:38:00 pietroni solved errors on AddFaces relative to VFp pointers of faces @@ -78,7 +81,7 @@ class Allocator { public: -typedef AllocateMeshType MeshType; +typedef AllocateMeshType MeshType; typedef typename MeshType::VertexType VertexType; typedef typename MeshType::VertexPointer VertexPointer; typedef typename MeshType::VertexIterator VertexIterator; @@ -126,7 +129,7 @@ static VertexIterator AddVertices(MeshType &m,int n, PointerUpdater &pu } for(int i=0; i &pu } for(int i=0; i