diff options
Diffstat (limited to 'src/indirect_reference_table.h')
-rw-r--r-- | src/indirect_reference_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indirect_reference_table.h b/src/indirect_reference_table.h index b0a0d640a3..710e43f980 100644 --- a/src/indirect_reference_table.h +++ b/src/indirect_reference_table.h @@ -287,7 +287,7 @@ class IndirectReferenceTable { void AssertEmpty(); - void Dump() const; + void Dump(std::ostream& os) const; /* * Return the #of entries in the entire table. This includes holes, and |