Kaydet (Commit) 2a74c463 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707889 Uninitialized scalar field

Change-Id: Iabe7fe9fb5f996351ef025345f77e7fd53111b31
üst 4fd7be20
......@@ -130,7 +130,9 @@ Bookmark::~Bookmark(void)
// date format(7)
DateFormat::DateFormat(void):HBox(CH_DATE_FORM)
DateFormat::DateFormat()
: HBox(CH_DATE_FORM)
, dummy(0)
{
}
......
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