diff options
| author | 2015-08-20 12:54:18 +0200 | |
|---|---|---|
| committer | 2015-08-20 12:54:18 +0200 | |
| commit | 594bede3485085f0211e60a3ab30050b651c884e (patch) | |
| tree | f1fb9e808617cb8a953dc07909c34b239725a7a0 | |
| parent | 784c00cc2e0d224723b2480b5a7776ccd26c90b3 (diff) | |
| download | OneRoll-594bede3485085f0211e60a3ab30050b651c884e.tar.gz OneRoll-594bede3485085f0211e60a3ab30050b651c884e.zip | |
fix compilation
| -rw-r--r-- | node/executionnode.cpp | 2 |
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())) { } |