From b50dc1647fa70178d09beb529815cb565f9774c0 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Thu, 1 Jul 2010 22:21:09 +0100 Subject: [PATCH] Mark CheckInfo c'tor as explicit No functional change. Signed-off-by: Marco Costalba --- src/position.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/position.h b/src/position.h index 3a5087c5..88090ad2 100644 --- a/src/position.h +++ b/src/position.h @@ -68,7 +68,7 @@ const int MaxGameLength = 220; struct CheckInfo { - CheckInfo(const Position&); + explicit CheckInfo(const Position&); Bitboard dcCandidates; Bitboard checkSq[8];