aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-10-08 19:23:29 +0200
committerRenaud G <renaud@rolisteam.org>2016-10-08 19:23:29 +0200
commit6dba1839f580b34980c33b2aaeb7a90dfb27fe3b (patch)
treea133fd58148ed8a0086018c3ad88536c13cc1170
parente391bbb63a367d62253b1e8289f31ac2a3d5f5de (diff)
downloadOneRoll-6dba1839f580b34980c33b2aaeb7a90dfb27fe3b.tar.gz
OneRoll-6dba1839f580b34980c33b2aaeb7a90dfb27fe3b.zip
vs compilation
-rw-r--r--node/paintnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/paintnode.cpp b/node/paintnode.cpp
index ad13c52..02a9358 100644
--- a/node/paintnode.cpp
+++ b/node/paintnode.cpp
@@ -97,7 +97,7 @@ void PainterNode::run(ExecutionNode* previous)
}
Result* PainterNode::getResult()
{
- m_previousNode->getResult();
+ return m_previousNode->getResult();
}
QString PainterNode::toString(bool wl) const