Fix function signature to actually be an override.

llvm-svn: 342496
This commit is contained in:
Zachary Turner 2018-09-18 16:58:17 +00:00
parent fd2c699dd6
commit b7471814cf
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ public:
MockRawSymbol(PDB_SymType SymType)
: Type(SymType) {}
void dump(raw_ostream &OS, int Indent) const override {}
void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
PdbSymbolIdField RecurseIdFields) const override {}
std::unique_ptr<IPDBEnumSymbols>
findChildren(PDB_SymType Type) const override {