X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=ce636fe390b80ddd1162f1aea8ff0e63c2f47491;hp=fced8e0c974c8a50c1921954ca62e1177975af46;hb=77c91ac1ba45c55584de81b58116361564c6a69a;hpb=e304db9d1ecf6a2318708483c90fadecf4fac4ee diff --git a/src/position.h b/src/position.h index fced8e0c..ce636fe3 100644 --- a/src/position.h +++ b/src/position.h @@ -183,7 +183,7 @@ public: Thread* this_thread() const; int64_t nodes_searched() const; void set_nodes_searched(int64_t n); - template bool is_draw() const; + template bool is_draw() const; // Position consistency check, for debugging bool pos_is_ok(int* failedStep = NULL) const;