Initialize m_tagId field in RemoveFrameTagCommand/FrameTagProperties

This commit is contained in:
David Capello 2015-03-10 19:40:19 -03:00
parent 311bb21bd4
commit 675c598fdd
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ FrameTagPropertiesCommand::FrameTagPropertiesCommand()
: Command("FrameTagProperties",
"Frame Tag Properties",
CmdUIOnlyFlag)
, m_tagId(NullId)
{
}

View File

@ -43,6 +43,7 @@ RemoveFrameTagCommand::RemoveFrameTagCommand()
: Command("RemoveFrameTag",
"Remove Frame Tag",
CmdRecordableFlag)
, m_tagId(NullId)
{
}