projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
971c591
)
Mark CheckInfo c'tor as explicit
author
Marco Costalba
<mcostalba@gmail.com>
Thu, 1 Jul 2010 21:21:09 +0000 (22:21 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Thu, 1 Jul 2010 21:21:09 +0000 (22:21 +0100)
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/position.h
patch
|
blob
|
history
diff --git
a/src/position.h
b/src/position.h
index
3a5087c
..
88090ad
100644
(file)
--- 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];