summaryrefslogtreecommitdiffstats
path: root/lld/ELF/ScriptParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/ELF/ScriptParser.h')
-rw-r--r--lld/ELF/ScriptParser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/ScriptParser.h b/lld/ELF/ScriptParser.h
index ae58ef2ff00..264c4979233 100644
--- a/lld/ELF/ScriptParser.h
+++ b/lld/ELF/ScriptParser.h
@@ -44,7 +44,7 @@ private:
size_t getLineNumber();
size_t getColumnNumber();
- MemoryBufferRef currentBuffer();
+ MemoryBufferRef getCurrentMB();
};
} // namespace elf
OpenPOWER on IntegriCloud