From 37395805c4c73836d982c2c38b5e822caf21b9bf Mon Sep 17 00:00:00 2001 From: cignoni Date: Sun, 10 Feb 2008 09:41:40 +0000 Subject: [PATCH] covertInTGATextures-> covertInTGATextures and added a missing const qualifier --- wrap/io_trimesh/export_idtf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/export_idtf.h b/wrap/io_trimesh/export_idtf.h index f9368ff4..8b96fc4b 100644 --- a/wrap/io_trimesh/export_idtf.h +++ b/wrap/io_trimesh/export_idtf.h @@ -249,7 +249,7 @@ typedef typename SaveMeshType::CoordType CoordType; else return dae_error_msg[error]; }; - static QStringList covertInTGATextures(SaveMeshType& m,QString& path,QStringList& textures_to_be_restored) + static QStringList convertInTGATextures(SaveMeshType& m,const QString& path,QStringList& textures_to_be_restored) { //if there are textures file that aren't in tga format I have to convert them //I maintain the converted file name (i.e. file_path + originalname without extension + tga) in mesh.textures but I have to revert to the original ones