1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

Fix an incorrect 'friend' declaration

Spotted by Lee David.

No functional change.
This commit is contained in:
Marco Costalba 2014-03-23 11:17:38 +01:00
parent bc183b0c04
commit 9e72e35942

View file

@ -54,7 +54,7 @@ struct TTEntry {
Value eval_value() const { return (Value)evalValue; }
private:
friend struct TranspositionTable;
friend class TranspositionTable;
uint32_t key32;
uint16_t move16;