sensord: add/change enums and types for avoiding build-break
[platform/core/system/sensord.git] / src / pressure / pressure_sensor.h
index 1bd8df2..6bd0f40 100755 (executable)
@@ -37,7 +37,7 @@ public:
        static bool working(void *inst);
 
        bool set_interval(unsigned long interval);
-       virtual bool get_properties(sensor_properties_t &properties);
+       virtual bool get_properties(sensor_properties_s &properties);
        int get_sensor_data(unsigned int type, sensor_data_t &data);
 
 private: