Change the order of the member variables of rv_sensor to fix a build warning 40/87340/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 7 Sep 2016 11:07:21 +0000 (20:07 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Wed, 7 Sep 2016 11:07:21 +0000 (20:07 +0900)
Change-Id: Ifa28a42d379118d039446c5f3dab61f678885879
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/sensor/rotation_vector/rv_sensor.h

index 2a984c7..db23d01 100644 (file)
@@ -49,8 +49,8 @@ public:
        virtual int get_data(sensor_data_t **data, int *length);
 private:
        sensor_base *m_accel_sensor;
-       sensor_base *m_mag_sensor;
        sensor_base *m_gyro_sensor;
+       sensor_base *m_mag_sensor;
        gyro_magnetic_fusion m_fusion;
 
        float m_x;