diff --git a/vcg/complex/complex.h b/vcg/complex/complex.h index 9d3c30df..e6c2ed99 100644 --- a/vcg/complex/complex.h +++ b/vcg/complex/complex.h @@ -443,7 +443,7 @@ ScalarType Volume() } private: - // TriMesh cannot be copied. Use Append (see vcg/complex/trimesh/append.h) + // TriMesh cannot be copied. Use Append (see vcg/complex/append.h) TriMesh operator =(const TriMesh & m){assert(0);return TriMesh();} TriMesh(const TriMesh & ){}