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

[codegen] Fix error for --incremental=param,debug

fixes #333
parent 47d2727a
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ $endif
#resetCache
#(signature)_handler.notifyDependencies();
$if (TraceFlush)
state().trace().flushIncAttr($HostClass.this, "#signature", "", "");
$HostClass.this.state().trace().flushIncAttr($HostClass.this, "#signature", "", "");
$endif
}
$endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment