X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=5d7cb372df60d338842bfd1031459775a2e6b7d2;hp=0f1620b115600e0402705075e737bb43fbd96b6e;hb=93195555ed230df1d29933de6236d6847ae88310;hpb=07e0741dfbca07097f38e46f3f7752b48675a515 diff --git a/src/position.h b/src/position.h index 0f1620b1..5d7cb372 100644 --- a/src/position.h +++ b/src/position.h @@ -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 {