diff options
Diffstat (limited to 'node/keepdiceexecnode.h')
| -rw-r--r-- | node/keepdiceexecnode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/keepdiceexecnode.h b/node/keepdiceexecnode.h index 4b41c95..4212275 100644 --- a/node/keepdiceexecnode.h +++ b/node/keepdiceexecnode.h @@ -31,6 +31,7 @@ class KeepDiceExecNode : public ExecutionNode { public: KeepDiceExecNode(); + virtual ~KeepDiceExecNode(); virtual void run(ExecutionNode *previous); virtual void setDiceKeepNumber(quint64 ); |