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