diff -r 06b8e2af4411 -r 6fbed849b4f4 qtmobility/plugins/sensors/symbian/magnetometersensorsym.h --- a/qtmobility/plugins/sensors/symbian/magnetometersensorsym.h Fri Jun 11 14:26:25 2010 +0300 +++ b/qtmobility/plugins/sensors/symbian/magnetometersensorsym.h Wed Jun 23 19:08:38 2010 +0300 @@ -111,13 +111,14 @@ /** * Holds the id of the magnetometer */ - static const char *id; + static char const * const id; private: QMagnetometerReading iReading; TSensrvMagnetometerAxisData iData; qreal iCalibrationLevel; bool iReturnGeoValues; + TInt iScaleRange; }; #endif //MAGNETOMETERSENSORSYM_H