summaryrefslogtreecommitdiff
path: root/include/llvm/Object/MachO.h
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2011-10-17 20:19:29 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2011-10-17 20:19:29 +0000
commit1130a799ab2fd7042625163a2506518960394884 (patch)
tree9ae60ed54de96ba0d66d8e5e39c01d10b88f3789 /include/llvm/Object/MachO.h
parent1025cce290d99fd325bccd0c1e89dab49eea8140 (diff)
downloadllvm-1130a799ab2fd7042625163a2506518960394884.tar.gz
llvm-1130a799ab2fd7042625163a2506518960394884.tar.bz2
llvm-1130a799ab2fd7042625163a2506518960394884.tar.xz
Object: Fix redundant name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Object/MachO.h')
-rw-r--r--include/llvm/Object/MachO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Object/MachO.h b/include/llvm/Object/MachO.h
index f5e7461a48..dc1a647893 100644
--- a/include/llvm/Object/MachO.h
+++ b/include/llvm/Object/MachO.h
@@ -47,7 +47,7 @@ protected:
virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const;
virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const;
virtual error_code isSymbolGlobal(DataRefImpl Symb, bool &Res) const;
- virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const;
+ virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::Type &Res) const;
virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;