diff options
Diffstat (limited to 'node/keepdiceexecnode.h')
| -rw-r--r-- | node/keepdiceexecnode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/keepdiceexecnode.h b/node/keepdiceexecnode.h index 28c637d..ccd7066 100644 --- a/node/keepdiceexecnode.h +++ b/node/keepdiceexecnode.h @@ -2,6 +2,7 @@ #define KEEPDICEEXECNODE_H #include "executionnode.h" +#include "diceresult.h" class KeepDiceExecNode : public ExecutionNode { @@ -12,6 +13,7 @@ public: virtual void setDiceKeepNumber(quint64 ); private: quint64 m_numberOfDice; + DiceResult* m_diceResult; }; #endif // KEEPDICEEXECNODE_H |