summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/DataFormatters/ValueObjectPrinter.h')
-rw-r--r--lldb/include/lldb/DataFormatters/ValueObjectPrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h b/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
index 409b160c061..176e72a9d8d 100644
--- a/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
+++ b/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
@@ -413,7 +413,7 @@ private:
Stream *m_stream;
DumpValueObjectOptions options;
Flags m_type_flags;
- ClangASTType m_clang_type;
+ CompilerType m_clang_type;
DumpValueObjectOptions::PointerDepth m_ptr_depth;
uint32_t m_curr_depth;
LazyBool m_should_print;
OpenPOWER on IntegriCloud