aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/executionnode.cpp
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-03-22 19:27:45 +0100
committerRenaud G <renaud@rolisteam.org>2016-03-22 19:27:45 +0100
commitd466a529fe2ed5c09c2353c67c82df5c83d831cf (patch)
tree6807e3729cf4eff1c750e5de04113af4809059bb /node/executionnode.cpp
parent37320ce7aa23c52f950a97c756a2d9c618467d1d (diff)
downloadOneRoll-d466a529fe2ed5c09c2353c67c82df5c83d831cf.tar.gz
OneRoll-d466a529fe2ed5c09c2353c67c82df5c83d831cf.zip
fix cpp check
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 c1dec73..d2f291b 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_previousNode(NULL),m_result(NULL),m_nextNode(NULL),m_errors(QMap<ExecutionNode::DICE_ERROR_CODE,QString>()),m_id(QString("\"%1\"").arg(QUuid::createUuid().toString()))
{
}