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

coverity#1297236 Uninitialized scalar field

Change-Id: I2c19d1a0f8ad31cdf384ab301f3dae99a6ea9933
üst 548a6894
...@@ -23,7 +23,9 @@ ...@@ -23,7 +23,9 @@
namespace framework{ namespace framework{
StatusIndicator::StatusIndicator(StatusIndicatorFactory* pFactory) StatusIndicator::StatusIndicator(StatusIndicatorFactory* pFactory)
: m_xFactory (pFactory) : m_xFactory(pFactory)
, m_nRange(100)
, m_nLastCallbackPercent(-1)
{ {
} }
......
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