]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Big renaming in thread stuff
[stockfish] / src / position.h
index 7fb840b669df9b133c50e005b1b1c117f29c2828..b05d466ecbe05eb3fb3c221a9f5546793f045bf7 100644 (file)
@@ -30,7 +30,7 @@
 /// The checkInfo struct is initialized at c'tor time and keeps info used
 /// to detect if a move gives check.
 class Position;
-class Thread;
+struct Thread;
 
 struct CheckInfo {