diff options
Diffstat (limited to 'cpp/nissy.h')
| -rw-r--r-- | cpp/nissy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/nissy.h b/cpp/nissy.h index ff74f12..db8ba5f 100644 --- a/cpp/nissy.h +++ b/cpp/nissy.h | |||
| @@ -100,7 +100,7 @@ namespace nissy { | |||
| 100 | }; | 100 | }; |
| 101 | 101 | ||
| 102 | error count_moves(const std::string&); | 102 | error count_moves(const std::string&); |
| 103 | void set_logger(void (*)(const char*)); | 103 | void set_logger(void (*)(const char *, void *), void *); |
| 104 | } | 104 | } |
| 105 | 105 | ||
| 106 | #endif | 106 | #endif |
