X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmaterial.h;h=7730a4c95b1cf5e1b65a3ab453f3b09190638bcf;hb=03f524c591c90120302e127cd0c1adba4c498806;hp=62f4f9a01514031b07bde83c4f27a46cacedead8;hpb=6d117e4a23dd1a3a22d5553b4ac15d9d15f0aafe;p=stockfish diff --git a/src/material.h b/src/material.h index 62f4f9a0..7730a4c9 100644 --- a/src/material.h +++ b/src/material.h @@ -59,7 +59,7 @@ public: Value evaluate(const Position& pos) const; private: - void clear(); + inline void clear(); Key key; int16_t mgValue;