diff options
Diffstat (limited to 'Source/Validator.h')
-rw-r--r-- | Source/Validator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Validator.h b/Source/Validator.h index cddc293..2a102dd 100644 --- a/Source/Validator.h +++ b/Source/Validator.h | |||
@@ -15,7 +15,7 @@ | |||
15 | #endif | 15 | #endif |
16 | 16 | ||
17 | struct Region{}; | 17 | struct Region{}; |
18 | struct Puzzle; | 18 | class Puzzle; |
19 | struct Pos; | 19 | struct Pos; |
20 | class Validator { | 20 | class Validator { |
21 | public: | 21 | public: |