coverity#738689 Uninitialized scalar field

Change-Id: I269a52ee3c4ddec5188d8f97aa8fe7273fae2978
This commit is contained in:
Caolán McNamara
2014-04-04 14:07:48 +01:00
parent 84bf09ff69
commit ec7f407b8c

View File

@@ -78,7 +78,9 @@ void LwpHeadContent::Read()
LwpContent::LwpContent(LwpObjectHeader &objHdr, LwpSvStream* pStrm)
: LwpDLNFVList(objHdr, pStrm)
{}
, m_nFlags(0)
{
}
void LwpContent::Read()
{