coverity#738692 Uninitialized scalar field
Change-Id: I8f93df9ada7009b001543a65c90ceb9c545bbdcf
This commit is contained in:
@@ -66,7 +66,12 @@
|
||||
#include "lwpfilehdr.hxx"
|
||||
|
||||
LwpHyphenOptions::LwpHyphenOptions()
|
||||
{}
|
||||
: m_nFlags(0)
|
||||
, m_nZoneBefore(0)
|
||||
, m_nZoneAfter(0)
|
||||
, m_nMaxLines(0)
|
||||
{
|
||||
}
|
||||
|
||||
LwpHyphenOptions::~LwpHyphenOptions()
|
||||
{}
|
||||
|
Reference in New Issue
Block a user