summaryrefslogtreecommitdiff
path: root/COFF/InputFiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'COFF/InputFiles.h')
-rw-r--r--COFF/InputFiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/COFF/InputFiles.h b/COFF/InputFiles.h
index dfad9814a397d..8d3a021a37894 100644
--- a/COFF/InputFiles.h
+++ b/COFF/InputFiles.h
@@ -96,7 +96,7 @@ public:
// Enqueues an archive member load for the given symbol. If we've already
// enqueued a load for the same archive member, this function does nothing,
// which ensures that we don't load the same member more than once.
- void addMember(const Archive::Symbol *sym);
+ void addMember(const Archive::Symbol &sym);
private:
std::unique_ptr<Archive> file;