Kaydet (Commit) 86b0762b authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708132 Uninitialized scalar field

Change-Id: I830210b44459cf94eabb983b99bfcc104f865492
üst 8e1b4b81
......@@ -79,6 +79,7 @@ FuDraw::FuDraw(ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView,
, bDragHelpLine(false)
, nHelpLine(0)
, bPermanent(false)
, bIsImageSelected(false)
{
}
......
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