diff options
Diffstat (limited to 'include/llvm/Object/MachO.h')
-rw-r--r-- | include/llvm/Object/MachO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Object/MachO.h b/include/llvm/Object/MachO.h index 5024d50..226b24f 100644 --- a/include/llvm/Object/MachO.h +++ b/include/llvm/Object/MachO.h @@ -139,7 +139,7 @@ namespace MachOFormat { class MachOObjectFile : public ObjectFile { public: - MachOObjectFile(MemoryBuffer *Object, error_code &ec); + MachOObjectFile(MemoryBuffer *Object, bool Is64bits, error_code &ec); virtual symbol_iterator begin_symbols() const; virtual symbol_iterator end_symbols() const; |