aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validator.h
diff options
context:
space:
mode:
Diffstat (limited to 'validator.h')
-rw-r--r--validator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/validator.h b/validator.h
index 1bdb977..00b473e 100644
--- a/validator.h
+++ b/validator.h
@@ -2,12 +2,13 @@
#define VALIDATOR_H
#include <Qt>
+#include "die.h"
class Validator
{
public:
Validator();
- virtual bool isValid(qint64 b) const = 0 ;
+ virtual bool isValid(Die b) const = 0 ;
};
#endif // VALIDATOR_H