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 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/position.h b/src/position.h index 3a5087c..88090ad 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]; -- 1.7.0.4