From 9f8c675423011c381468ec43112bf8f599555ccf Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Tue, 7 Jan 2014 18:51:20 +0100 Subject: Update executionnode.cpp generic API --- node/executionnode.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'node') diff --git a/node/executionnode.cpp b/node/executionnode.cpp index cf1826d..0f42afa 100644 --- a/node/executionnode.cpp +++ b/node/executionnode.cpp @@ -1,7 +1,7 @@ #include "executionnode.h" ExecutionNode::ExecutionNode() - : m_nextNode(NULL) + : m_nextNode(NULL),m_result(NULL) { } @@ -10,9 +10,9 @@ ExecutionNode::~ExecutionNode() } -DiceResult* ExecutionNode::getResult() +Result* ExecutionNode::getResult() { - return &m_result; + return m_result; } void ExecutionNode::setNextNode(ExecutionNode* node) { -- cgit v1.2.3-70-g09d2