summaryrefslogtreecommitdiff
path: root/include/lldb/Target/TargetList.h
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
commit0467c78e9a75eff9ec33d3c1f39fa83e1c5d9241 (patch)
tree61bc94de9bcca344941f000308de2ad836fad195 /include/lldb/Target/TargetList.h
parent151185a8c2a30820744d6c4e2b622b5c18afd0a8 (diff)
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
build issues on MinGW. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124888 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/lldb/Target/TargetList.h')
-rw-r--r--include/lldb/Target/TargetList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Target/TargetList.h b/include/lldb/Target/TargetList.h
index 84e8b6498..3e4532c93 100644
--- a/include/lldb/Target/TargetList.h
+++ b/include/lldb/Target/TargetList.h
@@ -82,7 +82,7 @@ public:
CreateTarget (Debugger &debugger,
const FileSpec& file_spec,
const ArchSpec& arch,
- const UUID *uuid_ptr,
+ const lldb_private::UUID *uuid_ptr,
bool get_dependent_files,
lldb::TargetSP &target_sp);