From d9a064764a5d14c8711b1fcc77b2e634cee3d3bb Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Fri, 4 Sep 2009 11:56:13 +0000 Subject: [PATCH] Added typename for gcc compliance --- wrap/io_trimesh/export_vmi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/export_vmi.h b/wrap/io_trimesh/export_vmi.h index 9c6787b7..1b29cce7 100644 --- a/wrap/io_trimesh/export_vmi.h +++ b/wrap/io_trimesh/export_vmi.h @@ -117,7 +117,7 @@ namespace io { } /* save the attribtues */ - typename std::set< SaveMeshType::PointerToAttribute>::const_iterator ai; + typename std::set< typename SaveMeshType::PointerToAttribute>::const_iterator ai; /* save the per vertex attributes */ fprintf(f,"N_PER_VERTEX_ATTRIBUTES %d \n",m.vert_attr.size());