X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.h;h=40a40403e6a69b3badf73d16a2dac448fbf2e2ac;hp=04aced772a814bd48d67a332779c27443a960a05;hb=c150f07291aa3205d630351e21f5b6826b6c9f12;hpb=6933f05f4b1b7b1bd2c072029bf5a06cbeac5b0b 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