aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/parenthesesnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/parenthesesnode.cpp b/node/parenthesesnode.cpp
index 3398f0a..d859632 100644
--- a/node/parenthesesnode.cpp
+++ b/node/parenthesesnode.cpp
@@ -51,7 +51,7 @@ void ParenthesesNode::run(ExecutionNode* /*previous*/)
}
QString ParenthesesNode::toString(bool b) const
{
- if(wl)
+ if(b)
{
return QString("%1 [label=\"ParenthesesNode\"]").arg(m_id);
}