From f92992780e941b4900a4c22b0954a124aa33fabc Mon Sep 17 00:00:00 2001 From: ponchio Date: Wed, 27 Aug 2014 11:38:42 +0000 Subject: [PATCH] added typename --- 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 a82cd973..7a336c27 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; - MESH_TYPE::CoordType v; + typename MESH_TYPE::CoordType v; QString line; QStringList sa;