diff --git a/wrap/io_trimesh/export_vmi.h b/wrap/io_trimesh/export_vmi.h index 667d34e7..b26c06e0 100644 --- a/wrap/io_trimesh/export_vmi.h +++ b/wrap/io_trimesh/export_vmi.h @@ -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());