X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaxgain.h;fp=src%2Fmaxgain.h;h=2b7777b2b03b685ff4f1b5af778f0ea8f340a659;hp=6bdc5b87fcf2991890394797f6d03804a0d7b08a;hb=54b3d44194fb0d36a2b4c3cd6d473ec50a4c1ef1;hpb=ea53006a9ded671c5f9deb27c1262d77f9722177 diff --git a/src/maxgain.h b/src/maxgain.h index 6bdc5b87..2b7777b2 100644 --- a/src/maxgain.h +++ b/src/maxgain.h @@ -39,7 +39,7 @@ class MaxGain { public: MaxGain(); void clear(); - void store(Piece p, Square from, Square to, Value prev, Value curr); + void store(Piece p, Square from, Square to, Value delta); Value retrieve(Piece p, Square from, Square to); private: