Fixed warning

This commit is contained in:
Jan Möbius
2021-04-13 10:09:31 +02:00
parent c6833ff28a
commit c6da50a483

View File

@@ -87,9 +87,6 @@ public:
explicit VHierarchyNodeIndex(unsigned int _value) explicit VHierarchyNodeIndex(unsigned int _value)
{ value_ = _value; } { value_ = _value; }
VHierarchyNodeIndex(const VHierarchyNodeIndex &_other)
{ value_ = _other.value_; }
VHierarchyNodeIndex(unsigned int _tree_id, VHierarchyNodeIndex(unsigned int _tree_id,
unsigned int _node_id, unsigned int _node_id,
unsigned short _tree_id_bits) unsigned short _tree_id_bits)