summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCNullStreamer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/MC/MCNullStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCNullStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCNullStreamer.cpp b/llvm/lib/MC/MCNullStreamer.cpp
index 3ac79cbf0a2..fcdd087e67a 100644
--- a/llvm/lib/MC/MCNullStreamer.cpp
+++ b/llvm/lib/MC/MCNullStreamer.cpp
@@ -26,7 +26,7 @@ namespace {
/// @name MCStreamer Interface
/// @{
- virtual void SwitchSection(MCSection *Section) {}
+ virtual void SwitchSection(const MCSection *Section) {}
virtual void EmitLabel(MCSymbol *Symbol) {}
OpenPOWER on IntegriCloud