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:
parent
971c591be7
commit
b50dc1647f
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ const int MaxGameLength = 220;
|
|||
|
||||
struct CheckInfo {
|
||||
|
||||
CheckInfo(const Position&);
|
||||
explicit CheckInfo(const Position&);
|
||||
|
||||
Bitboard dcCandidates;
|
||||
Bitboard checkSq[8];
|
||||
|
|
Loading…
Add table
Reference in a new issue