sensor-hal: initialize class member variable 50/126750/1 accepted/tizen/unified/20170425.083101 submit/tizen/20170425.050348
authorkibak.yoon <kibak.yoon@samsung.com>
Tue, 25 Apr 2017 04:35:09 +0000 (13:35 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Tue, 25 Apr 2017 04:35:09 +0000 (13:35 +0900)
Change-Id: I12eeafde24c5274dbfcbb4d204689e7c896fecee
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
src/light/light_device.cpp

index bfebe3e..d75e8ba 100644 (file)
@@ -78,6 +78,7 @@ static sensor_info_t sensor_info = {
 light_device::light_device()
 : m_node_handle(-1)
 , m_lux(-1)
+, m_cct(-1)
 , m_polling_interval(1000)
 , m_fired_time(0)
 , m_sensorhub_controlled(false)