sensord: add/change enums and types for avoiding build-break
[platform/core/system/sensord.git] / src / linear_accel / linear_accel_sensor.h
index 273fa84..b17792f 100755 (executable)
@@ -38,7 +38,7 @@ public:
        bool delete_interval(int client_id);
 
        int get_sensor_data(const unsigned int event_type, sensor_data_t &data);
-       bool get_properties(sensor_properties_t &properties);
+       bool get_properties(sensor_properties_s &properties);
 private:
        sensor_base *m_accel_sensor;
        sensor_base *m_gravity_sensor;