Fix the typedef.

Thanks to David Blaikie for noticing.

llvm-svn: 248602
This commit is contained in:
Rafael Espindola 2015-09-25 18:32:09 +00:00
parent 5e8115b33b
commit 5b197f0620
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ template <class ELFT>
typename Undefined<ELFT>::Elf_Sym Undefined<ELFT>::Synthetic;
template <class ELFT> class SharedSymbol : public Defined<ELFT> {
typedef ELFSymbolBody<ELFT> Base;
typedef Defined<ELFT> Base;
typedef typename Base::Elf_Sym Elf_Sym;
public: