diff --git a/wrap/io_trimesh/export_idtf.h b/wrap/io_trimesh/export_idtf.h index 2cf6be0d..5c0aae81 100644 --- a/wrap/io_trimesh/export_idtf.h +++ b/wrap/io_trimesh/export_idtf.h @@ -247,7 +247,7 @@ public: static void removeConvertedTexturesFiles(const QStringList& conv_file) { - for(unsigned int ii = 0;ii < conv_file.size();++ii) + for(QStringList::size_type ii = 0;ii < conv_file.size();++ii) { QDir dir(QtUtilityFunctions::pathWithoutFileName(conv_file[ii])); dir.remove(QtUtilityFunctions::fileNameFromPath(conv_file[ii])); @@ -375,9 +375,8 @@ typedef typename SaveMeshType::CoordType CoordType; idtf.write(2,"}"); } - + idtf.write(1,"}"); } - idtf.write(1,"}"); idtf.write(0,"}"); idtf.write(0,""); }