diff options
Diffstat (limited to 'lldb/source/DataFormatters/LibCxxVector.cpp')
-rw-r--r-- | lldb/source/DataFormatters/LibCxxVector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/DataFormatters/LibCxxVector.cpp b/lldb/source/DataFormatters/LibCxxVector.cpp index 6ccb732f677..2461bf60a8f 100644 --- a/lldb/source/DataFormatters/LibCxxVector.cpp +++ b/lldb/source/DataFormatters/LibCxxVector.cpp @@ -43,7 +43,7 @@ namespace lldb_private { private: ValueObject* m_start; ValueObject* m_finish; - ClangASTType m_element_type; + CompilerType m_element_type; uint32_t m_element_size; std::map<size_t,lldb::ValueObjectSP> m_children; }; |