From c402016cac8a32a1c27425212a374d32d36547a8 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Thu, 9 Jan 2014 00:38:03 +0100 Subject: correct die* API --- validator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'validator.h') 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 -- cgit v1.2.3-70-g09d2