summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-02-04 18:53:10 +0000
committerGreg Clayton <gclayton@apple.com>2011-02-04 18:53:10 +0000
commit608302682264195d8e7da06ad1f74862fc26c865 (patch)
tree9cb16894252d881763ba0f877c38ba76c7b05731 /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
parent490112f7bfdc9737bcf1c00f90e473307b793a31 (diff)
downloadbcm5719-llvm-608302682264195d8e7da06ad1f74862fc26c865.tar.gz
bcm5719-llvm-608302682264195d8e7da06ad1f74862fc26c865.zip
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
build issues on MinGW. llvm-svn: 124888
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
-rw-r--r--lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
index f58c779819f..e02f49c80e2 100644
--- a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
+++ b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
@@ -207,7 +207,7 @@ ObjectFileELF::ParseHeader()
}
bool
-ObjectFileELF::GetUUID(UUID* uuid)
+ObjectFileELF::GetUUID(lldb_private::UUID* uuid)
{
// FIXME: Return MD5 sum here. See comment in ObjectFile.h.
return false;
OpenPOWER on IntegriCloud