aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/parenthesesnode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-20 12:32:25 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-20 12:32:25 +0200
commitd0aed2adeb87bfd969ec24444d3e27928bbea5ff (patch)
tree68214fbafa95079731360cc7c43940453c6852bd /node/parenthesesnode.cpp
parentd4061b6d9660d8dfc0a478fb252b93ec3dfd0f1c (diff)
downloadOneRoll-d0aed2adeb87bfd969ec24444d3e27928bbea5ff.tar.gz
OneRoll-d0aed2adeb87bfd969ec24444d3e27928bbea5ff.zip
fix compilation
Diffstat (limited to 'node/parenthesesnode.cpp')
-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);
}