diff --git a/vcg/complex/trimesh/append.h b/vcg/complex/trimesh/append.h index 1859dadb..b415a00b 100644 --- a/vcg/complex/trimesh/append.h +++ b/vcg/complex/trimesh/append.h @@ -80,7 +80,7 @@ public: static void ImportFace(MeshLeft &ml, MeshRight &mr, FaceLeft &fl, const FaceRight &fr, std::vector &remap) { - fl.ImportLocal(fr); + fl.template ImportLocal(fr); fl.V(0)=&ml.vert[remap[ Index(mr,fr.V(0))]]; fl.V(1)=&ml.vert[remap[ Index(mr,fr.V(1))]]; fl.V(2)=&ml.vert[remap[ Index(mr,fr.V(2))]];