From b02c083a3545b6e6b36ab62680128edec619a804 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 15 Apr 2025 14:47:58 +0200 Subject: Fixed function pointer thing --- cpp/nissy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/nissy.h') 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 { }; error count_moves(const std::string&); - void set_logger(const std::function&); + void set_logger(void (*)(const char*)); } #endif -- cgit v1.3