This commit is contained in:
JoelKatz
2012-05-15 19:12:48 -07:00
parent b52a2c1ef0
commit f030dc2ca1

View File

@@ -149,6 +149,7 @@ void SHAMap::returnNode(SHAMapTreeNode::pointer& node, bool modify)
node = boost::make_shared<SHAMapTreeNode>(*node, mSeq);
assert(node->isValid());
mTNByID[*node] = node;
if (node->isRoot()) root = node;
}
}