]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Allow full repetition detection
[stockfish] / src / position.h
index fced8e0c974c8a50c1921954ca62e1177975af46..ce636fe390b80ddd1162f1aea8ff0e63c2f47491 100644 (file)
@@ -183,7 +183,7 @@ public:
   Thread* this_thread() const;
   int64_t nodes_searched() const;
   void set_nodes_searched(int64_t n);
-  template<bool SkipRepetition> bool is_draw() const;
+  template<bool SkipRepetition, bool SkipThreeFoldCheck> bool is_draw() const;
 
   // Position consistency check, for debugging
   bool pos_is_ok(int* failedStep = NULL) const;