Fixed build failure with gcc 4.7

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@613 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-07-03 12:22:31 +00:00
parent f71f7fc4df
commit b3b2819166

View File

@@ -316,7 +316,7 @@ public:
/** Calculates the edge vector as the vector defined by
the halfedge with id #0 (see below) */
void calc_edge_vector(EdgeHandle _eh, Normal& _edge_vec) const
{ calc_edge_vector(halfedge_handle(_eh,0), _edge_vec); }
{ calc_edge_vector( this->halfedge_handle(_eh,0), _edge_vec); }
/** Calculates the edge vector as the difference of the
the points defined by to_vertex_handle() and from_vertex_handle() */