Skip to content
Snippets Groups Projects
Commit 2c0eeabf authored by René Schöne's avatar René Schöne
Browse files

Invoke hook of incremental eval after parent is updated in setParent

parent 548c827a
Branches
No related tags found
No related merge requests found
Pipeline #13513 passed
......@@ -258,8 +258,8 @@ $endif
ASTNode.setParent [[
/** @apilevel low-level */
public void $ASTNode.setParent($ASTNode node) {
$include(ASTNode.incHookSetParent)
parent = node;
$include(ASTNode.incHookSetParent)
}
]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment