diff options
Diffstat (limited to 'lldb/source/Core/ValueObjectVariable.cpp')
-rw-r--r-- | lldb/source/Core/ValueObjectVariable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObjectVariable.cpp b/lldb/source/Core/ValueObjectVariable.cpp index 759b5ce34e3..104aa1f0e21 100644 --- a/lldb/source/Core/ValueObjectVariable.cpp +++ b/lldb/source/Core/ValueObjectVariable.cpp @@ -33,7 +33,7 @@ using namespace lldb_private; ValueObjectVariable::ValueObjectVariable (const lldb::VariableSP &var_sp) : - ValueObject(), + ValueObject(NULL), m_variable_sp(var_sp) { // Do not attempt to construct one of these objects with no variable! |