Kaydet (Commit) d8ece400 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#738762: Unitialized scalar field

Change-Id: Ifd0b8e14328f5a23eb92fdc38f72d15989e54c3e
üst d00bcca7
...@@ -72,6 +72,7 @@ Jun 2005 Created ...@@ -72,6 +72,7 @@ Jun 2005 Created
LwpVerDocument::LwpVerDocument(LwpObjectHeader& objHdr, LwpSvStream* pStrm) LwpVerDocument::LwpVerDocument(LwpObjectHeader& objHdr, LwpSvStream* pStrm)
: LwpObject(objHdr, pStrm) : LwpObject(objHdr, pStrm)
, m_nTabSpacing(0)
{} {}
void LwpVerDocument::Read() void LwpVerDocument::Read()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment