summaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/ELFObjectWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/ELFObjectWriter.h')
-rw-r--r--include/llvm/MC/ELFObjectWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/ELFObjectWriter.h b/include/llvm/MC/ELFObjectWriter.h
index c8a42fe..aba8b49 100644
--- a/include/llvm/MC/ELFObjectWriter.h
+++ b/include/llvm/MC/ELFObjectWriter.h
@@ -44,7 +44,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