Kaydet (Commit) 73e6b95e authored tarafından Miklos Vajna's avatar Miklos Vajna

cid#1354270 fix uninitialized members

Change-Id: I35fda96885375996a1b0b05ecc04a0ac35104b88
üst b3d08b75
......@@ -152,6 +152,7 @@ struct LOKDocViewPrivateImpl
m_nDocumentHeightTwips(0),
m_bEdit(FALSE),
m_nLOKFeatures(0),
m_nParts(0),
m_aVisibleCursor({0, 0, 0, 0}),
m_bCursorOverlayVisible(false),
m_bCursorVisible(true),
......
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