From f2051fb35b1ad49c4d940e6fbba2acc98b216e13 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 12 Feb 2019 23:59:24 +0100 Subject: clang format --- node/explodedicenode.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'node/explodedicenode.h') diff --git a/node/explodedicenode.h b/node/explodedicenode.h index feea86f..e72298a 100644 --- a/node/explodedicenode.h +++ b/node/explodedicenode.h @@ -13,13 +13,14 @@ class ExplodeDiceNode : public ExecutionNode { public: ExplodeDiceNode(); - virtual ~ExplodeDiceNode(); - virtual void run(ExecutionNode* previous = nullptr); - virtual void setValidator(Validator* ); - virtual QString toString(bool )const; + virtual ~ExplodeDiceNode(); + virtual void run(ExecutionNode* previous= nullptr); + virtual void setValidator(Validator*); + virtual QString toString(bool) const; virtual qint64 getPriority() const; - virtual ExecutionNode *getCopy() const; + virtual ExecutionNode* getCopy() const; + protected: DiceResult* m_diceResult; Validator* m_validator; -- cgit v1.2.3-70-g09d2