summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObjectConstResult.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/ValueObjectConstResult.cpp')
-rw-r--r--lldb/source/Core/ValueObjectConstResult.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObjectConstResult.cpp b/lldb/source/Core/ValueObjectConstResult.cpp
index 08d983276a9..f5ddde59c7e 100644
--- a/lldb/source/Core/ValueObjectConstResult.cpp
+++ b/lldb/source/Core/ValueObjectConstResult.cpp
@@ -261,9 +261,9 @@ ValueObjectConstResult::ValueObjectConstResult (
const Value &value,
const ConstString &name) :
ValueObject (exe_scope),
+ m_clang_ast (clang_ast),
m_type_name (),
m_byte_size (0),
- m_clang_ast (clang_ast),
m_impl(this)
{
m_value = value;
OpenPOWER on IntegriCloud