aboutsummaryrefslogtreecommitdiff
path: root/src/misc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.hpp')
-rw-r--r--src/misc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.hpp b/src/misc.hpp
index 6d269b0..b0ebe9a 100644
--- a/src/misc.hpp
+++ b/src/misc.hpp
@@ -7,6 +7,6 @@
std::string_view engine_info();
-uint64_t MoveGenTest(int depth, Game *g);
+uint64_t MoveGenTest(uint32_t depth, Game *g);
#endif /* SRC_MICS_H_ */