diff options
Diffstat (limited to 'lldb/include/lldb/DataFormatters/ValueObjectPrinter.h')
-rw-r--r-- | lldb/include/lldb/DataFormatters/ValueObjectPrinter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h b/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h index a1834459c68..74a7b1bbde3 100644 --- a/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h +++ b/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h @@ -157,7 +157,7 @@ private: ValueObject *m_orig_valobj; ValueObject *m_valobj; Stream *m_stream; - DumpValueObjectOptions options; + DumpValueObjectOptions m_options; Flags m_type_flags; CompilerType m_compiler_type; DumpValueObjectOptions::PointerDepth m_ptr_depth; |