Fixed more warnings

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@878 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-07-24 13:18:49 +00:00
parent ff66925127
commit 6d04e56080
3 changed files with 3 additions and 3 deletions

View File

@@ -286,7 +286,7 @@ private:
{
assert(_idx < size());
Base::operator[](_idx) = _h;
interface_.set_heap_position(_h, _idx);
interface_.set_heap_position(_h, int(_idx));
}