aboutsummaryrefslogtreecommitdiff
path: root/src/common/language.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/language.cc')
-rw-r--r--src/common/language.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/language.cc b/src/common/language.cc
index 3929c0c6..978fb855 100644
--- a/src/common/language.cc
+++ b/src/common/language.cc
@@ -151,7 +151,7 @@ class RustLanguage: public Language {
}
virtual DemangleResult DemangleName(const string& mangled,
- std::string* demangled) const {
+ string* demangled) const {
// Rust names use GCC C++ name mangling, but demangling them with
// abi_demangle doesn't produce stellar results due to them having
// another layer of encoding.