From 608302682264195d8e7da06ad1f74862fc26c865 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 4 Feb 2011 18:53:10 +0000 Subject: Applied a fix to qualify "UUID" with the lldb_private namespace to fix build issues on MinGW. llvm-svn: 124888 --- lldb/source/Core/ModuleList.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lldb/source/Core/ModuleList.cpp') diff --git a/lldb/source/Core/ModuleList.cpp b/lldb/source/Core/ModuleList.cpp index 7b448d4dd6d..093878d30b5 100644 --- a/lldb/source/Core/ModuleList.cpp +++ b/lldb/source/Core/ModuleList.cpp @@ -215,7 +215,7 @@ public: //-------------------------------------------------------------- ModuleMatches (const FileSpec *file_spec_ptr, const ArchSpec *arch_ptr, - const UUID *uuid_ptr, + const lldb_private::UUID *uuid_ptr, const ConstString *object_name) : m_file_spec_ptr (file_spec_ptr), m_arch_ptr (arch_ptr), @@ -260,10 +260,10 @@ private: //-------------------------------------------------------------- // Member variables. //-------------------------------------------------------------- - const FileSpec * m_file_spec_ptr; - const ArchSpec * m_arch_ptr; - const UUID * m_uuid_ptr; - const ConstString * m_object_name; + const FileSpec * m_file_spec_ptr; + const ArchSpec * m_arch_ptr; + const lldb_private::UUID * m_uuid_ptr; + const ConstString * m_object_name; }; size_t @@ -271,7 +271,7 @@ ModuleList::FindModules ( const FileSpec *file_spec_ptr, const ArchSpec *arch_ptr, - const UUID *uuid_ptr, + const lldb_private::UUID *uuid_ptr, const ConstString *object_name, ModuleList& matching_module_list ) const @@ -534,7 +534,7 @@ ModuleList::FindSharedModules ( const FileSpec& in_file_spec, const ArchSpec& arch, - const UUID *uuid_ptr, + const lldb_private::UUID *uuid_ptr, const ConstString *object_name_ptr, ModuleList &matching_module_list ) @@ -549,7 +549,7 @@ ModuleList::GetSharedModule ( const FileSpec& in_file_spec, const ArchSpec& arch, - const UUID *uuid_ptr, + const lldb_private::UUID *uuid_ptr, const ConstString *object_name_ptr, off_t object_offset, ModuleSP &module_sp, -- cgit v1.2.3