diff options
Diffstat (limited to 'node/executionnode.cpp')
| -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 bc002ce..8bcd6e4 100644 --- a/node/executionnode.cpp +++ b/node/executionnode.cpp @@ -1,7 +1,7 @@ #include "executionnode.h" ExecutionNode::ExecutionNode() - : m_nextNode(NULL),m_result(NULL) + : m_nextNode(NULL),m_result(NULL),m_previousNode(NULL) { } |