Skip to content
Snippets Groups Projects
Commit 618d77b0 authored by Emma Söderberg's avatar Emma Söderberg
Browse files

Fix reference to state object inc trace attr

parent cc15fe42
No related branches found
No related tags found
No related merge requests found
...@@ -325,7 +325,7 @@ $endif ...@@ -325,7 +325,7 @@ $endif
AttrDecl.traceFlushIncAttr [[ AttrDecl.traceFlushIncAttr [[
$if (TraceFlush) $if (TraceFlush)
state().trace().flushIncAttr("#getAspectName", fNode, fAttrID, "", ""); state.trace().flushIncAttr("#getAspectName", fNode, fAttrID, "", "");
$endif $endif
]] ]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment