Kaydet (Commit) 15db9203 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707916 Uninitialized scalar field

Change-Id: I51531ec9a82291398e2310efdd5e32c441f43a6e
üst 0660d241
......@@ -766,7 +766,9 @@ bool TocMark::Read(HWPFile & hwpf)
// index mark(26)
IndexMark::IndexMark():HBox(CH_INDEX_MARK)
IndexMark::IndexMark()
: HBox(CH_INDEX_MARK)
, dummy(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