aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/listsetrollnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/listsetrollnode.h')
-rw-r--r--node/listsetrollnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/listsetrollnode.h b/node/listsetrollnode.h
index 26fb378..c7925b8 100644
--- a/node/listsetrollnode.h
+++ b/node/listsetrollnode.h
@@ -12,6 +12,7 @@ class ListSetRollNode : public ExecutionNode
{
public:
ListSetRollNode();
+ virtual ~ListSetRollNode();
virtual void run(ExecutionNode* previous = NULL);
virtual QString toString()const;
virtual qint64 getPriority() const;