aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/keepdiceexecnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2017-01-28 01:28:38 +0100
committerRenaud G <renaud@rolisteam.org>2017-01-28 01:28:38 +0100
commitac919dafb38520cbc2fc9168fb041bda0f17337c (patch)
tree0f377b4b5cc2ee02ebf792cf1bd5aa1db256a12a /node/keepdiceexecnode.h
parentba4f536cac97fd6acbe69fdb8d76bd7a1a026557 (diff)
downloadOneRoll-ac919dafb38520cbc2fc9168fb041bda0f17337c.tar.gz
OneRoll-ac919dafb38520cbc2fc9168fb041bda0f17337c.zip
-fix issue about memory management.
Diffstat (limited to 'node/keepdiceexecnode.h')
-rw-r--r--node/keepdiceexecnode.h1
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 );