diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandObject.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Interpreter/CommandObject.cpp b/lldb/source/Interpreter/CommandObject.cpp index 62a8475..3fdbf99 100644 --- a/lldb/source/Interpreter/CommandObject.cpp +++ b/lldb/source/Interpreter/CommandObject.cpp @@ -56,6 +56,7 @@ CommandObject::CommandObject m_is_alias (false), m_flags (flags), m_arguments(), + m_deprecated_command_override_callback (nullptr), m_command_override_callback (nullptr), m_command_override_baton (nullptr) { |