diff options
| author | 2014-01-09 00:38:03 +0100 | |
|---|---|---|
| committer | 2014-01-09 00:38:03 +0100 | |
| commit | c402016cac8a32a1c27425212a374d32d36547a8 (patch) | |
| tree | f4721982ff94649621fa0f3e40cb1f3a194db4c8 /validator.h | |
| parent | cd89e9e4fcf83d8be96aff43e94873b825089085 (diff) | |
| download | OneRoll-c402016cac8a32a1c27425212a374d32d36547a8.tar.gz OneRoll-c402016cac8a32a1c27425212a374d32d36547a8.zip | |
correct die* API
Diffstat (limited to 'validator.h')
| -rw-r--r-- | validator.h | 2 |
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 |