]> git.sesse.net Git - stockfish/blobdiff - src/material.h
Small tidy up of previous patch
[stockfish] / src / material.h
index 62f4f9a01514031b07bde83c4f27a46cacedead8..7730a4c95b1cf5e1b65a3ab453f3b09190638bcf 100644 (file)
@@ -59,7 +59,7 @@ public:
   Value evaluate(const Position& pos) const;
 
 private:
-  void clear();
+  inline void clear();
 
   Key key;
   int16_t mgValue;