diff options
| author | 2016-10-08 19:23:29 +0200 | |
|---|---|---|
| committer | 2016-10-08 19:23:29 +0200 | |
| commit | 6dba1839f580b34980c33b2aaeb7a90dfb27fe3b (patch) | |
| tree | a133fd58148ed8a0086018c3ad88536c13cc1170 | |
| parent | e391bbb63a367d62253b1e8289f31ac2a3d5f5de (diff) | |
| download | OneRoll-6dba1839f580b34980c33b2aaeb7a90dfb27fe3b.tar.gz OneRoll-6dba1839f580b34980c33b2aaeb7a90dfb27fe3b.zip | |
vs compilation
| -rw-r--r-- | node/paintnode.cpp | 2 |
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 |