summary refs log tree commit diff stats
path: root/Source/Validator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Validator.h')
-rw-r--r--Source/Validator.h2
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
17struct Region{}; 17struct Region{};
18struct Puzzle; 18class Puzzle;
19struct Pos; 19struct Pos;
20class Validator { 20class Validator {
21public: 21public: