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

coverity#738725: Unitialized scalar field

Change-Id: I809fb83fcffbf6974d8dac98fffcf7b019675b6e
üst 6c97ca24
......@@ -240,6 +240,8 @@ void LwpLayoutExternalBorder::Parse(IXFStream* /*pOutputStream*/)
{}
LwpColumnInfo::LwpColumnInfo()
: m_nWidth(0)
, m_nGap(0)
{}
LwpColumnInfo::~LwpColumnInfo()
......
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