]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Default argument for see_ge()
[stockfish] / src / position.h
index 2361132fac4e5596cbb08ca369c7fd7364c0d614..2b44ef329f33dca4e3eb7bda87533f2b67d5ad40 100644 (file)
@@ -136,7 +136,7 @@ public:
   void undo_null_move();
 
   // Static Exchange Evaluation
-  bool see_ge(Move m, Value value) const;
+  bool see_ge(Move m, Value value = VALUE_ZERO) const;
 
   // Accessing hash keys
   Key key() const;