diff options
Diffstat (limited to '')
| -rw-r--r-- | cpp/nissy.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/nissy.h b/cpp/nissy.h index 884043d..817307c 100644 --- a/cpp/nissy.h +++ b/cpp/nissy.h | |||
| @@ -79,8 +79,7 @@ namespace nissy { | |||
| 79 | public: | 79 | public: |
| 80 | struct solve_result { | 80 | struct solve_result { |
| 81 | error err; | 81 | error err; |
| 82 | std::vector<std::string> solutions; | 82 | std::string solutions; |
| 83 | std::array<long long, 10> stats; | ||
| 84 | }; | 83 | }; |
| 85 | 84 | ||
| 86 | const std::string name; | 85 | const std::string name; |
