diff --git a/wrap/io_trimesh/export_ply.h b/wrap/io_trimesh/export_ply.h index 3bd6208d..1b8d6b8d 100644 --- a/wrap/io_trimesh/export_ply.h +++ b/wrap/io_trimesh/export_ply.h @@ -265,7 +265,7 @@ namespace vcg { if( HasPerFaceQuality(m) && (pi.mask & Mask::IOM_FACEQUALITY) ) { - const char* fqtp = vcg::tri::io::Precision::typeName(); + const char* fqtp = vcg::tri::io::Precision::typeName(); fprintf(fpout,"property %s quality\n",fqtp); }