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

coverity#708210 Uninitialized scalar field

Change-Id: I9bf4182d4c6e7a61b057f3541cc4c2a4b0316edd
üst c5eddc90
......@@ -90,7 +90,9 @@ struct TItemInfo
{
TItemInfo()
: pItem(0)
{}
, eItem(E_USEROPTIONS)
{
}
utl::detail::Options * pItem;
EItem eItem;
......
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