X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftt.h;h=c1dd8508c2fadde864d8eb3a4932ca1b0812d3b1;hp=ec3d72b4ea188171fba934f1fa08397825c75e66;hb=7dd0c39714cbb6829d7cbf9da36fa46995e7a61e;hpb=060eef4f4e97ea1261252256c6768b243b7d3de5 diff --git a/src/tt.h b/src/tt.h index ec3d72b4..c1dd8508 100644 --- a/src/tt.h +++ b/src/tt.h @@ -72,7 +72,7 @@ public: int full(); private: - TTEntry* first_entry(const Position &pos) const; + inline TTEntry* first_entry(const Position &pos) const; unsigned size; int writes;