]> git.sesse.net Git - stockfish/blobdiff - src/bitboard.h
Clean functions returning by const values
[stockfish] / src / bitboard.h
index 95591fc4533d79df98962b7d3aff5cdafcbc4458..c9555b6bf7214de2c5092559905872fc236fad15 100644 (file)
@@ -33,7 +33,7 @@ bool probe(Square wksq, Square wpsq, Square bksq, Color us);
 namespace Bitboards {
 
 void init();
-const std::string pretty(Bitboard b);
+std::string pretty(Bitboard b);
 
 }