aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--range.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/range.h b/range.h
index ec610a1..f58041a 100644
--- a/range.h
+++ b/range.h
@@ -10,7 +10,7 @@ public:
Range();
void setValue(qint64,qint64);
- virtual bool isValid(Die b) const;
+ virtual bool isValid(Die* b) const;
private:
qint64 m_start;