]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Clean up repetitive declarations for see_ge
[stockfish] / src / position.h
index 670b621ce7452b8b7491da4ce8ed065307eb95d7..bb45c44a3bf97e24f7507109acc9dce761b9cd48 100644 (file)
@@ -145,6 +145,7 @@ public:
 
   // Static Exchange Evaluation
   bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const;
+  bool see_ge(Move m, Value threshold = VALUE_ZERO) const;
 
   // Accessing hash keys
   Key key() const;