Fixed more warnings
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@878 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user