X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fpawns.h;h=40a40403e6a69b3badf73d16a2dac448fbf2e2ac;hb=91cc82aa2566e6b6fa60cf82298250d6e4e2dd46;hp=04aced772a814bd48d67a332779c27443a960a05;hpb=19b8249ff47ed2109182b2eacfc03ddb3d0a7059;p=stockfish diff --git a/src/pawns.h b/src/pawns.h index 04aced77..40a40403 100644 --- a/src/pawns.h +++ b/src/pawns.h @@ -80,7 +80,7 @@ struct Entry { typedef HashTable Table; void init(); -Entry* probe(const Position& pos, Table& entries); +Entry* probe(const Position& pos); } // namespace Pawns