1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Mark CheckInfo c'tor as explicit

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2010-07-01 22:21:09 +01:00
parent 971c591be7
commit b50dc1647f

View file

@ -68,7 +68,7 @@ const int MaxGameLength = 220;
struct CheckInfo { struct CheckInfo {
CheckInfo(const Position&); explicit CheckInfo(const Position&);
Bitboard dcCandidates; Bitboard dcCandidates;
Bitboard checkSq[8]; Bitboard checkSq[8];