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

coverity#738740: Unitialized scalar field

Change-Id: Ie9e3e0ce402f7b2790f82add89bc817ace3b79b4
üst 89f70e49
......@@ -730,6 +730,7 @@ LwpPara* LwpPageLayout::GetPagePosition()
}
LwpHeaderLayout::LwpHeaderLayout( LwpObjectHeader &objHdr, LwpSvStream* pStrm )
: LwpPlacableLayout(objHdr, pStrm)
, m_nBorderOffset(0)
{
}
......
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