added typename
This commit is contained in:
parent
60ca2f2d72
commit
f92992780e
|
|
@ -143,7 +143,7 @@ namespace vcg
|
||||||
int nofVertices, nofFaces, nofEdges;
|
int nofVertices, nofFaces, nofEdges;
|
||||||
int id0, id1, id2;
|
int id0, id1, id2;
|
||||||
int eid0, eid1, eid2;
|
int eid0, eid1, eid2;
|
||||||
MESH_TYPE::CoordType v;
|
typename MESH_TYPE::CoordType v;
|
||||||
|
|
||||||
QString line;
|
QString line;
|
||||||
QStringList sa;
|
QStringList sa;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue