From db5ffd6d80b9bb2799dadfe3ccc0dbee123c9ea4 Mon Sep 17 00:00:00 2001 From: granzuglia Date: Thu, 21 Aug 2014 16:26:16 +0000 Subject: [PATCH] - small changes --- wrap/io_trimesh/import_gts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_gts.h b/wrap/io_trimesh/import_gts.h index 63256c38..a82cd973 100644 --- a/wrap/io_trimesh/import_gts.h +++ b/wrap/io_trimesh/import_gts.h @@ -143,7 +143,7 @@ namespace vcg int nofVertices, nofFaces, nofEdges; int id0, id1, id2; int eid0, eid1, eid2; - Point3f v; + MESH_TYPE::CoordType v; QString line; QStringList sa;