aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--node/explosedicenode.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/node/explosedicenode.h b/node/explosedicenode.h
index a16549b..a9238b8 100644
--- a/node/explosedicenode.h
+++ b/node/explosedicenode.h
@@ -14,11 +14,9 @@ class ExploseDiceNode : public ExecutionNode
public:
ExploseDiceNode();
virtual void run(ExecutionNode* previous = NULL);
-
virtual void setValidator(Validator* );
-
virtual QString toString()const;
-
+ virtual qint64 getPriority() const;
protected:
DiceResult* m_diceResult;
@@ -26,4 +24,3 @@ protected:
};
#endif // EXPLOSEDICENODE_H
-