commit | 608302682264195d8e7da06ad1f74862fc26c865 | [log] [tgz] |
---|---|---|
author | Greg Clayton <[email protected]> | Fri Feb 04 18:53:10 2011 |
committer | Greg Clayton <[email protected]> | Fri Feb 04 18:53:10 2011 |
tree | 9cb16894252d881763ba0f877c38ba76c7b05731 | |
parent | 490112f7bfdc9737bcf1c00f90e473307b793a31 [diff] [blame] |
Applied a fix to qualify "UUID" with the lldb_private namespace to fix build issues on MinGW. llvm-svn: 124888
diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp index 96dd11d..7a39958 100644 --- a/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp
@@ -700,7 +700,7 @@ ( const FileSpec& file_spec, const ArchSpec& arch, - const UUID *uuid_ptr, + const lldb_private::UUID *uuid_ptr, const ConstString *object_name, off_t object_offset, Error *error_ptr