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; } Value eval_value() const { return (Value)evalValue; }
private: private:
friend struct TranspositionTable; friend class TranspositionTable;
uint32_t key32; uint32_t key32;
uint16_t move16; uint16_t move16;