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

coverity#738712 Unitialized scalar field

Change-Id: Ia1433be559d445ba3ae4d118003a59275c0e9bd5
üst 006299c5
......@@ -166,7 +166,11 @@ protected:
class LwpFootnoteNumberOptions
{
public:
LwpFootnoteNumberOptions(){}
LwpFootnoteNumberOptions()
: m_nFlag(0)
, m_nStartingNumber(0)
{}
~LwpFootnoteNumberOptions(){}
void Read(LwpObjectStream* pObjStrm);
private:
......
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