diff options
Diffstat (limited to 'lldb/source/DataFormatters/LibCxxInitializerList.cpp')
-rw-r--r-- | lldb/source/DataFormatters/LibCxxInitializerList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/DataFormatters/LibCxxInitializerList.cpp b/lldb/source/DataFormatters/LibCxxInitializerList.cpp index 1f79f00b2b7..9faa5865311 100644 --- a/lldb/source/DataFormatters/LibCxxInitializerList.cpp +++ b/lldb/source/DataFormatters/LibCxxInitializerList.cpp @@ -42,7 +42,7 @@ namespace lldb_private { ~LibcxxInitializerListSyntheticFrontEnd (); private: ValueObject* m_start; - ClangASTType m_element_type; + CompilerType m_element_type; uint32_t m_element_size; size_t m_num_elements; std::map<size_t,lldb::ValueObjectSP> m_children; |