diff --git a/src/lib/Support/LegibleNames.cpp b/src/lib/Support/LegibleNames.cpp index 23bad65f0..8b10d3192 100644 --- a/src/lib/Support/LegibleNames.cpp +++ b/src/lib/Support/LegibleNames.cpp @@ -192,7 +192,7 @@ class LegibleNames::Impl If the symbolhas no name, then a reserved name based on the type is returned instead. */ - std::string_view + std::string getRawUnqualified(SymbolID const& id) { Info const* I = corpus_.find(id);