Spare a call yeye
This commit is contained in:
parent
e1900bdf9a
commit
3b7ad41740
|
@ -232,7 +232,7 @@ void OutputBinaryTree::addPoint(const Point& point)
|
||||||
void OutputBinaryTree::startNode(uint8 node)
|
void OutputBinaryTree::startNode(uint8 node)
|
||||||
{
|
{
|
||||||
m_fin->addU8(BINARYTREE_NODE_START);
|
m_fin->addU8(BINARYTREE_NODE_START);
|
||||||
addU8(node);
|
write(&node, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void OutputBinaryTree::endNode()
|
void OutputBinaryTree::endNode()
|
||||||
|
|
Loading…
Reference in New Issue