aboutsummaryrefslogtreecommitdiffstats
path: root/tree_diff.go
diff options
context:
space:
mode:
Diffstat (limited to 'tree_diff.go')
-rw-r--r--tree_diff.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree_diff.go b/tree_diff.go
index e142bcd..1f5f076 100644
--- a/tree_diff.go
+++ b/tree_diff.go
@@ -140,7 +140,7 @@ func newWithEmpty(a, b *Tree) (Changes, error) {
tree = a
}
- w := NewTreeIter(tree.r, tree, true)
+ w := NewTreeWalker(tree.r, tree, true)
defer w.Close()
for {