Probably should initialize that new ivar while I'm at it...

llvm-svn: 214941
This commit is contained in:
Jim Ingham 2014-08-06 00:24:38 +00:00
parent 33ea1681ce
commit 6d8873f94b
1 changed files with 1 additions and 0 deletions

View 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)
{