Wrong size type
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@864 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -114,7 +114,7 @@ private:
|
|||||||
{ return (_node_handle.idx()/8 < buffer_min_) ? true : false; }
|
{ return (_node_handle.idx()/8 < buffer_min_) ? true : false; }
|
||||||
|
|
||||||
bool overflow(VHierarchyNodeHandle _node_handle) const
|
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);
|
bool update_buffer(VHierarchyNodeHandle _node_handle);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user