diff options
Diffstat (limited to 'result/diceresult.h')
| -rw-r--r-- | result/diceresult.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/result/diceresult.h b/result/diceresult.h index ae16daf..3dac826 100644 --- a/result/diceresult.h +++ b/result/diceresult.h @@ -78,6 +78,8 @@ public: Die::ArithmeticOperator getOperator() const; void setOperator(const Die::ArithmeticOperator & dieOperator); bool contains(Die *die, const std::function<bool (const Die *, const Die *)> equal); + + virtual Result* getCopy() const; private: qreal getScalarResult(); private: |