Probably should initialize that new ivar while I'm at it...
authorJim Ingham <jingham@apple.com>
Wed, 6 Aug 2014 00:24:38 +0000 (00:24 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 6 Aug 2014 00:24:38 +0000 (00:24 +0000)
llvm-svn: 214941

lldb/source/Interpreter/CommandObject.cpp

index 62a8475..3fdbf99 100644 (file)
@@ -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)
 {