Added typename for gcc compliance

This commit is contained in:
Paolo Cignoni 2009-09-04 11:56:13 +00:00
parent 2c3a92242b
commit d9a064764a
1 changed files with 1 additions and 1 deletions

View File

@ -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());