aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-20 12:54:18 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-20 12:54:18 +0200
commit594bede3485085f0211e60a3ab30050b651c884e (patch)
treef1fb9e808617cb8a953dc07909c34b239725a7a0 /node/executionnode.cpp
parent784c00cc2e0d224723b2480b5a7776ccd26c90b3 (diff)
downloadOneRoll-594bede3485085f0211e60a3ab30050b651c884e.tar.gz
OneRoll-594bede3485085f0211e60a3ab30050b651c884e.zip
fix compilation
Diffstat (limited to 'node/executionnode.cpp')
-rw-r--r--node/executionnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/executionnode.cpp b/node/executionnode.cpp
index cdda93d..f759884 100644
--- a/node/executionnode.cpp
+++ b/node/executionnode.cpp
@@ -3,7 +3,7 @@
#include <QUuid>
ExecutionNode::ExecutionNode()
- : m_nextNode(NULL),m_result(NULL),m_previousNode(NULL),m_id(QString("\"%1\"").arg(QUuid::createUuid().toString())
+ : m_nextNode(NULL),m_result(NULL),m_previousNode(NULL),m_id(QString("\"%1\"").arg(QUuid::createUuid().toString()))
{
}