aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/keepdiceexecnode.cpp
diff options
context:
space:
mode:
authorRenaud Guezennec <renaud.guezennec@ext.mpsa.com>2016-01-26 12:53:49 +0100
committerRenaud Guezennec <renaud.guezennec@ext.mpsa.com>2016-01-26 12:53:49 +0100
commite4b5631e890df99eaf0728f9f1550c24cb1739f7 (patch)
tree7c0daef0f48b1f3ad14908fe035b63095d2c9e30 /node/keepdiceexecnode.cpp
parent24e2e454f619b04657b09fd0efb040795cb458bc (diff)
downloadOneRoll-e4b5631e890df99eaf0728f9f1550c24cb1739f7.tar.gz
OneRoll-e4b5631e890df99eaf0728f9f1550c24cb1739f7.zip
Fix small errors of readability.
Diffstat (limited to 'node/keepdiceexecnode.cpp')
-rw-r--r--node/keepdiceexecnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/keepdiceexecnode.cpp b/node/keepdiceexecnode.cpp
index 64d53f0..40a3fce 100644
--- a/node/keepdiceexecnode.cpp
+++ b/node/keepdiceexecnode.cpp
@@ -32,7 +32,7 @@ KeepDiceExecNode::KeepDiceExecNode()
void KeepDiceExecNode::run(ExecutionNode* previous)
{
-m_previousNode = previous;
+ m_previousNode = previous;
if(NULL==previous)
{
return;