coverity#738691 Uninitialized scalar field
Change-Id: I961ab20b4ecb902469e9f5eec4c13b9f51a0aba1
This commit is contained in:
@@ -80,7 +80,11 @@ void LwpHyphenOptions::Read(LwpObjectStream *pStrm)
|
||||
pStrm->SkipExtra();
|
||||
}
|
||||
|
||||
LwpTextLanguage::LwpTextLanguage(){}
|
||||
LwpTextLanguage::LwpTextLanguage()
|
||||
: m_nLanguage(0)
|
||||
{
|
||||
}
|
||||
|
||||
LwpTextLanguage::~LwpTextLanguage(){}
|
||||
|
||||
void LwpTextLanguage::Read(LwpObjectStream *pStrm)
|
||||
|
Reference in New Issue
Block a user