summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/Symbols.h')
-rw-r--r--lld/COFF/Symbols.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lld/COFF/Symbols.h b/lld/COFF/Symbols.h
index bc9ad4aa8af..1ca7366364d 100644
--- a/lld/COFF/Symbols.h
+++ b/lld/COFF/Symbols.h
@@ -428,10 +428,9 @@ inline Symbol *SymbolBody::symbol() {
return reinterpret_cast<Symbol *>(reinterpret_cast<char *>(this) -
offsetof(Symbol, Body));
}
-
-std::string toString(SymbolBody &B);
-
} // namespace coff
+
+std::string toString(coff::SymbolBody &B);
} // namespace lld
#endif
OpenPOWER on IntegriCloud