Skip to content
Snippets Groups Projects
Commit eb85367e authored by Jesper's avatar Jesper
Browse files

Fix copy-paste error

parent cd85109e
Branches
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ $else
$SkipNTAs
$ASTNode child = ($ASTNode) getChild(i);
if (child != null) {
child = child.treeCopyNoTransform();
child = child.treeCopy();
$if(IncrementalEnabled)
tree.children[i] = child;
child.parent = tree;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment