From 3b8320304474731ce842927669df887c94385f77 Mon Sep 17 00:00:00 2001 From: cignoni Date: Sun, 18 Feb 2007 08:01:07 +0000 Subject: [PATCH] Added missing typename --- wrap/io_trimesh/export_ply.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrap/io_trimesh/export_ply.h b/wrap/io_trimesh/export_ply.h index 1a25b00f..12c003fa 100644 --- a/wrap/io_trimesh/export_ply.h +++ b/wrap/io_trimesh/export_ply.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.21 2007/02/14 16:07:41 ganovelli +added HasPerFaceFlag + Revision 1.20 2007/02/14 15:40:20 ganovelli a wrong "!" corrected @@ -382,7 +385,7 @@ static int Save(SaveMeshType &m, const char * filename, bool binary, PlyInfo &p std::vector FlagV; VertexPointer vp; VertexIterator vi; - SimpleTempData indices(m.vert); + SimpleTempData indices(m.vert); if(!m.HasPerVertexFlags()) indices.Start();