diff options
Diffstat (limited to 'Source/Solver.h')
-rw-r--r-- | Source/Solver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Solver.h b/Source/Solver.h index 8a021ac..09108c7 100644 --- a/Source/Solver.h +++ b/Source/Solver.h | |||
@@ -5,7 +5,7 @@ | |||
5 | #define MAX_SOLUTIONS 10000 | 5 | #define MAX_SOLUTIONS 10000 |
6 | #endif | 6 | #endif |
7 | 7 | ||
8 | struct Puzzle; | 8 | class Puzzle; |
9 | class Solver { | 9 | class Solver { |
10 | public: | 10 | public: |
11 | static std::vector<Puzzle> Solve(Puzzle& p); | 11 | static std::vector<Puzzle> Solve(Puzzle& p); |