forked from OSchip/llvm-project
Fix function signature to actually be an override.
llvm-svn: 342496
This commit is contained in:
parent
fd2c699dd6
commit
b7471814cf
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue