about summary refs log tree commit diff stats
path: root/Source/Solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Solver.h')
-rw-r--r--Source/Solver.h2
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
8struct Puzzle; 8class Puzzle;
9class Solver { 9class Solver {
10public: 10public:
11 static std::vector<Puzzle> Solve(Puzzle& p); 11 static std::vector<Puzzle> Solve(Puzzle& p);