summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/Module.cpp')
-rw-r--r--lldb/source/Core/Module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp
index ef8e3938a6e..83469382dac 100644
--- a/lldb/source/Core/Module.cpp
+++ b/lldb/source/Core/Module.cpp
@@ -78,7 +78,7 @@ Module::GetSP ()
return ModuleList::GetModuleSP (this);
}
-const UUID&
+const lldb_private::UUID&
Module::GetUUID()
{
Mutex::Locker locker (m_mutex);
OpenPOWER on IntegriCloud