Another change due to the recent SimpleTempDataBase changes...

This commit is contained in:
Paolo Cignoni 2011-06-03 09:02:48 +00:00
parent 60618323bd
commit 57c5e617dc
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ namespace io {
for(ai = m.mesh_attr.begin(); ai != m.mesh_attr.end(); ++ai)
if(!(*ai)._name.empty())
{
AttributeBase * handle = (AttributeBase *) (*ai)._handle ;
SimpleTempDataBase * handle = (SimpleTempDataBase *) (*ai)._handle ;
WriteString(F(),"PER_MESH_ATTR_NAME");
WriteString(F(),(*ai)._name.c_str());