projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bc183b0
)
Fix an incorrect 'friend' declaration
author
Marco Costalba
<mcostalba@gmail.com>
Sun, 23 Mar 2014 10:17:38 +0000 (11:17 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sun, 23 Mar 2014 10:17:38 +0000 (11:17 +0100)
Spotted by Lee David.
No functional change.
src/tt.h
patch
|
blob
|
history
diff --git
a/src/tt.h
b/src/tt.h
index
dc423dd
..
ff3605d
100644
(file)
--- a/
src/tt.h
+++ b/
src/tt.h
@@
-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;