]> git.sesse.net Git - stockfish/blobdiff - src/depth.h
Use simple macro to enable operators
[stockfish] / src / depth.h
index 6b266adb430409a7bd565bef77ac89d3836abb8f..4b9e0753387187f41fdc2cf6e961ee33164b64d3 100644 (file)
@@ -38,6 +38,6 @@ enum Depth {
   DEPTH_NONE = -127 * ONE_PLY
 };
 
-ENABLE_OPERATORS_ON(Depth);
+ENABLE_OPERATORS_ON(Depth)
 
 #endif // !defined(DEPTH_H_INCLUDED)