Sync material.h with pawns.h

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-04-11 09:54:41 +02:00
parent 6738b65be9
commit 7a84b8ca34
2 changed files with 12 additions and 37 deletions
+1
View File
@@ -32,6 +32,7 @@ const int PawnTableSize = 16384;
/// to add further information in the future. A lookup to the pawn hash table
/// (performed by calling the get_pawn_info method in a PawnInfoTable object)
/// returns a pointer to a PawnInfo object.
class PawnInfo {
friend class PawnInfoTable;