forked from OSchip/llvm-project
Fix the typedef.
Thanks to David Blaikie for noticing. llvm-svn: 248602
This commit is contained in:
parent
5e8115b33b
commit
5b197f0620
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue