Use the new functions to simplify and speed up the SHAMapDiff code.

This commit is contained in:
JoelKatz
2012-05-23 19:31:58 -07:00
parent f29a003952
commit ac6f24c166

View File

@@ -252,7 +252,7 @@ protected:
SHAMapItem::pointer onlyBelow(SHAMapTreeNode::pointer);
void eraseChildren(SHAMapTreeNode::pointer);
bool walkBranch(SHAMapTreeNode::pointer node, SHAMapItem::pointer otherMapItem, bool isFirstMap,
bool walkBranch(SHAMapTreeNode* node, SHAMapItem::pointer otherMapItem, bool isFirstMap,
SHAMapDiff& differences, int& maxCount);
public: