Wrong size type

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@864 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2013-07-24 08:06:25 +00:00
parent 2fa12ee982
commit 3d0a57c0ec

View File

@@ -114,7 +114,7 @@ private:
{ return (_node_handle.idx()/8 < buffer_min_) ? true : false; }
bool overflow(VHierarchyNodeHandle _node_handle) const
{ return (_node_handle.idx()/8 < buffer_max_) ? false : true; }
{ return (_node_handle.idx()/8 < int(buffer_max_) ) ? false : true; }
bool update_buffer(VHierarchyNodeHandle _node_handle);