X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fdepth.h;fp=src%2Fdepth.h;h=4b9e0753387187f41fdc2cf6e961ee33164b64d3;hp=6b266adb430409a7bd565bef77ac89d3836abb8f;hb=83d8d542166d77f5417d334d2e6138ace0820ae4;hpb=078354060ecb3f248cc1d719834073d46194d9d3 diff --git a/src/depth.h b/src/depth.h index 6b266adb..4b9e0753 100644 --- a/src/depth.h +++ b/src/depth.h @@ -38,6 +38,6 @@ enum Depth { DEPTH_NONE = -127 * ONE_PLY }; -ENABLE_OPERATORS_ON(Depth); +ENABLE_OPERATORS_ON(Depth) #endif // !defined(DEPTH_H_INCLUDED)