sensord: add/change enums and types for avoiding build-break
[platform/core/system/sensord.git] / src / light / light_sensor_hal.h
index ec35104..f2043ec 100755 (executable)
@@ -37,7 +37,7 @@ public:
        bool set_interval(unsigned long val);
        bool is_data_ready(bool wait);
        virtual int get_sensor_data(sensor_data_t &data);
-       bool get_properties(sensor_properties_t &properties);
+       bool get_properties(sensor_properties_s &properties);
 private:
        string m_model_id;
        string m_vendor;