]> git.sesse.net Git - stockfish/blobdiff - src/history.h
PSQT access functions can be static
[stockfish] / src / history.h
index fdc77ada3b4e4eac9117ef0a77167308b929aee4..2abd26b17dbdeb5e07dcf378dab28d1324963516 100644 (file)
@@ -49,7 +49,7 @@ public:
   void clear();
   void success(Piece p, Square to, Depth d);
   void failure(Piece p, Square to, Depth d);
-  int move_ordering_score(Piece p, Square to) const;
+  int value(Piece p, Square to) const;
   void set_gain(Piece p, Square to, Value delta);
   Value gain(Piece p, Square to) const;