diff options
Diffstat (limited to 'lldb/source/Expression/ClangExpressionVariable.cpp')
-rw-r--r-- | lldb/source/Expression/ClangExpressionVariable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/ClangExpressionVariable.cpp b/lldb/source/Expression/ClangExpressionVariable.cpp index 2725e6c4aee..9a264eba062 100644 --- a/lldb/source/Expression/ClangExpressionVariable.cpp +++ b/lldb/source/Expression/ClangExpressionVariable.cpp @@ -29,7 +29,7 @@ ClangExpressionVariable::ClangExpressionVariable(ExecutionContextScope *exe_scop m_parser_vars(), m_jit_vars (), m_flags (EVNone), - m_frozen_sp (new ValueObjectConstResult(exe_scope, byte_order, addr_byte_size)) + m_frozen_sp (ValueObjectConstResult::Create (exe_scope, byte_order, addr_byte_size)) { } |