From 6f533063ae770d9de96f78b4bad73b6613bb09cd Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 7 Jan 2009 08:58:00 +0000 Subject: [PATCH] uint are not a standard type... --- wrap/io_trimesh/import_obj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_obj.h b/wrap/io_trimesh/import_obj.h index 8ad60d77..3c99a30a 100644 --- a/wrap/io_trimesh/import_obj.h +++ b/wrap/io_trimesh/import_obj.h @@ -614,7 +614,7 @@ static int Open( OpenMeshType &m, const char * filename, Info &oi) { assert(m.face.size()==size_t(m.fn)); m.face[i].Alloc(indexedFaces[i].v.size()); // it does not do anything if it is a trimesh - for(uint j=0;j