diff options
Diffstat (limited to 'node/executionnode.h')
| -rw-r--r-- | node/executionnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/executionnode.h b/node/executionnode.h index 7a00db8..c57b8b1 100644 --- a/node/executionnode.h +++ b/node/executionnode.h @@ -43,6 +43,7 @@ public: * @return */ virtual ExecutionNode* getPreviousNode() const; + void setPreviousNode(ExecutionNode* node); /** * @brief toString * @return |