aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/result/diceresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'result/diceresult.h')
-rw-r--r--result/diceresult.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/result/diceresult.h b/result/diceresult.h
index 7eded95..ae16daf 100644
--- a/result/diceresult.h
+++ b/result/diceresult.h
@@ -76,8 +76,8 @@ public:
void setHomogeneous(bool);
Die::ArithmeticOperator getOperator() const;
- void setOperator(const Die::ArithmeticOperator & dieOperator);
-
+ void setOperator(const Die::ArithmeticOperator & dieOperator);
+ bool contains(Die *die, const std::function<bool (const Die *, const Die *)> equal);
private:
qreal getScalarResult();
private: