]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Rewrite how threads are spawned
[stockfish] / src / position.h
index 0f1620b115600e0402705075e737bb43fbd96b6e..5d7cb372df60d338842bfd1031459775a2e6b7d2 100644 (file)
@@ -28,7 +28,7 @@
 #include "types.h"
 
 class Position;
-struct Thread;
+class Thread;
 
 namespace PSQT {
 
@@ -37,7 +37,7 @@ namespace PSQT {
   void init();
 }
 
-/// CheckInfo struct is initialized at constructor time and keeps info used to 
+/// CheckInfo struct is initialized at constructor time and keeps info used to
 /// detect if a move gives check.
 
 struct CheckInfo {