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

coverity#708299 Uninitialized scalar field

Change-Id: I15b3c6d8a2af7be1fd8cada39c58ed706271f307
üst 1dfbc1b3
...@@ -65,6 +65,10 @@ namespace svt ...@@ -65,6 +65,10 @@ namespace svt
HyperLabelImpl::HyperLabelImpl() HyperLabelImpl::HyperLabelImpl()
: ID(0)
, Index(0)
, bInteractive(false)
, m_bHyperMode(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