aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validator.h
diff options
context:
space:
mode:
Diffstat (limited to 'validator.h')
-rw-r--r--validator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/validator.h b/validator.h
index 00b473e..ed117c6 100644
--- a/validator.h
+++ b/validator.h
@@ -8,7 +8,7 @@ class Validator
{
public:
Validator();
- virtual bool isValid(Die b) const = 0 ;
+ virtual bool isValid(Die* b) const = 0 ;
};
#endif // VALIDATOR_H