aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MachObjectWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MachObjectWriter.h')
-rw-r--r--include/llvm/MC/MachObjectWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MachObjectWriter.h b/include/llvm/MC/MachObjectWriter.h
index 198da8f..f1079e3 100644
--- a/include/llvm/MC/MachObjectWriter.h
+++ b/include/llvm/MC/MachObjectWriter.h
@@ -41,7 +41,7 @@ public:
bool IsPCRel,
const MCFragment *DF) const;
- virtual void WriteObject(const MCAssembler &Asm, const MCAsmLayout &Layout);
+ virtual void WriteObject(MCAssembler &Asm, const MCAsmLayout &Layout);
};
} // End llvm namespace