diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-15 14:47:58 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-15 14:47:58 +0200 |
| commit | b02c083a3545b6e6b36ab62680128edec619a804 (patch) | |
| tree | e54b685a0a271e5681289169b7aa105555afde1a /cpp/nissy.h | |
| parent | 8028f9d13a5bf776e2f62581781b247d2d4ae65f (diff) | |
| download | nissy-core-b02c083a3545b6e6b36ab62680128edec619a804.tar.gz nissy-core-b02c083a3545b6e6b36ab62680128edec619a804.zip | |
Fixed function pointer thing
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 a809528..ff74f12 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(const std::function<void(const char*)>&); | 103 | void set_logger(void (*)(const char*)); |
| 104 | } | 104 | } |
| 105 | 105 | ||
| 106 | #endif | 106 | #endif |
