summaryrefslogtreecommitdiffstats
path: root/lldb/source
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source')
-rw-r--r--lldb/source/Core/Mangled.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Mangled.cpp b/lldb/source/Core/Mangled.cpp
index 4ba320d4cb0..00a90a7eb39 100644
--- a/lldb/source/Core/Mangled.cpp
+++ b/lldb/source/Core/Mangled.cpp
@@ -423,7 +423,7 @@ Mangled::MemorySize () const
}
lldb::LanguageType
-Mangled::GuessLanguage ()
+Mangled::GuessLanguage () const
{
ConstString mangled = GetMangledName();
if (mangled)
OpenPOWER on IntegriCloud