diff options
| author | 2016-09-16 20:35:11 +0200 | |
|---|---|---|
| committer | 2016-09-16 20:35:11 +0200 | |
| commit | 70e09294fca1022d9370fe2fd631a98480c284b2 (patch) | |
| tree | 4b09bfeed97a10ae19bede3f1c7eafafb2cdfcb0 /node/jumpbackwardnode.h | |
| parent | 92e415fa59bb1508bbbd93905dbe225d4202d571 (diff) | |
| download | OneRoll-70e09294fca1022d9370fe2fd631a98480c284b2.tar.gz OneRoll-70e09294fca1022d9370fe2fd631a98480c284b2.zip | |
-Fix some value on diceparser.
Diffstat (limited to 'node/jumpbackwardnode.h')
| -rw-r--r-- | node/jumpbackwardnode.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/node/jumpbackwardnode.h b/node/jumpbackwardnode.h index a89d0d3..dd70b11 100644 --- a/node/jumpbackwardnode.h +++ b/node/jumpbackwardnode.h @@ -48,9 +48,11 @@ public: * @brief getPriority * @return */ - virtual qint64 getPriority() const; + virtual qint64 getPriority() const; + virtual void generateDotTree(QString &s); private: DiceResult* m_diceResult; + ExecutionNode* m_backwardNode; }; |