aboutsummaryrefslogtreecommitdiff
path: root/src/common/language.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/language.h')
-rw-r--r--src/common/language.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/language.h b/src/common/language.h
index 4ebea1ab..2d2dbcd9 100644
--- a/src/common/language.h
+++ b/src/common/language.h
@@ -87,7 +87,7 @@ class Language {
// Wraps abi::__cxa_demangle() or similar for languages where appropriate.
virtual DemangleResult DemangleName(const string& mangled,
- std::string* demangled) const {
+ string* demangled) const {
demangled->clear();
return kDontDemangle;
}