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

coverity#738724: Unitialized scalar field

Change-Id: I673457818968f34f73fba988f67eda0547a234a0
üst 2589d9e3
...@@ -334,6 +334,12 @@ void LwpLayoutGutters::Parse(IXFStream* /*pOutputStream*/) ...@@ -334,6 +334,12 @@ void LwpLayoutGutters::Parse(IXFStream* /*pOutputStream*/)
{} {}
LwpJoinStuff::LwpJoinStuff() LwpJoinStuff::LwpJoinStuff()
: m_nPercentage(0)
, m_nCorners(0)
, m_nWidth(0)
, m_nHeight(0)
, m_nID(0)
, m_nScaling(0)
{} {}
LwpJoinStuff::~LwpJoinStuff() LwpJoinStuff::~LwpJoinStuff()
......
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