fix this ptr

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1146 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2014-08-28 11:44:20 +00:00
parent 12e6e06992
commit 040bfbb0f5
2 changed files with 3 additions and 3 deletions

View File

@@ -205,7 +205,7 @@ public:
*/
inline HalfedgeHandle vertex_split(Point _v0_point, VertexHandle _v1,
VertexHandle _vl, VertexHandle _vr)
{ return PolyMesh::vertex_split(add_vertex(_v0_point), _v1, _vl, _vr); }
{ return PolyMesh::vertex_split(this->add_vertex(_v0_point), _v1, _vl, _vr); }
/** \brief Vertex Split: inverse operation to collapse().
*