Added typename for gcc compliance
This commit is contained in:
parent
2c3a92242b
commit
d9a064764a
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue