aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-08-20 12:54:36 +0200
committerRenaud G <renaud@rolisteam.org>2015-08-20 12:54:36 +0200
commit18c5edfe18cdd5c3d5f87a1fa5c25016e5a5541f (patch)
treef65f0bf74a94a2779ffaabcde35ddd328ca73baf /node
parent6d39993c62ffe61cb73cba3b4fc2c7631c4590a5 (diff)
parent594bede3485085f0211e60a3ab30050b651c884e (diff)
downloadOneRoll-18c5edfe18cdd5c3d5f87a1fa5c25016e5a5541f.tar.gz
OneRoll-18c5edfe18cdd5c3d5f87a1fa5c25016e5a5541f.zip
Merge branch 'rangeInList' of github.com:Rolisteam/DiceParser into rangeInList
Diffstat (limited to 'node')
-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()))
{
}