X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=3014b2354b91f12e0c538a8efae7d9d986afbca6;hp=ce636fe390b80ddd1162f1aea8ff0e63c2f47491;hb=4c7a71a44bbe37a5e5dd971650c9b22790cae302;hpb=71f37ac1aac36386ba5fb8842e1bac8de84601cb diff --git a/src/position.h b/src/position.h index ce636fe3..3014b235 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;