diff options
author | Jim Ingham <jingham@apple.com> | 2014-08-06 00:24:38 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2014-08-06 00:24:38 +0000 |
commit | 6d8873f94b252f8e1d9617d1773efa47e8969876 (patch) | |
tree | fe11c7faafe9ef74d6ebaf17ad3e8194dfb5326a /lldb/source/Interpreter/CommandObject.cpp | |
parent | 33ea1681ce2d12d7e5909110f9afff104a376de3 (diff) | |
download | llvm-6d8873f94b252f8e1d9617d1773efa47e8969876.zip llvm-6d8873f94b252f8e1d9617d1773efa47e8969876.tar.gz llvm-6d8873f94b252f8e1d9617d1773efa47e8969876.tar.bz2 |
Probably should initialize that new ivar while I'm at it...
llvm-svn: 214941
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) { |