Fixed a size_t uint conversion
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@558 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -111,7 +111,7 @@ void PolyConnectivity::adjust_outgoing_halfedge(VertexHandle _vh)
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
PolyConnectivity::FaceHandle
|
||||
PolyConnectivity::add_face(const VertexHandle* _vertex_handles, uint _vhs_size)
|
||||
PolyConnectivity::add_face(const VertexHandle* _vertex_handles, size_t _vhs_size)
|
||||
{
|
||||
VertexHandle vh;
|
||||
uint i, ii, n(_vhs_size), id;
|
||||
|
||||
Reference in New Issue
Block a user