diff --git a/wrap/dae/colladaformat.h b/wrap/dae/colladaformat.h index 1620b9c2..5286f24d 100644 --- a/wrap/dae/colladaformat.h +++ b/wrap/dae/colladaformat.h @@ -1048,7 +1048,7 @@ public: // trianglesnode = new XNode(new Tags::TrianglesTag(m.face.size(),"instancematerial")); //} - QVector> mytripatches; + QVector > mytripatches; if ((texmask) && (m.textures.size() != 0)) splitMeshInTexturedPatches(m,mytripatches);