OM 3 change

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@935 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-08-20 15:45:10 +00:00
parent 9ca759fb55
commit 201c0ceecb
2 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ public:
for (typename Connectivity::VertexIter v_it = Connectivity::vertices_begin();
v_it != Connectivity::vertices_end(); ++v_it)
{//assumes Point constructor supports cast from _AttribKernel::Point
set_point(v_it, (Point)_other.point(v_it));
set_point(*v_it, (Point)_other.point(*v_it));
}
}