changeset 14 | 6fbed849b4f4 |
parent 11 | 06b8e2af4411 |
--- a/qtmobility/src/sensors/qcompass.h Fri Jun 11 14:26:25 2010 +0300 +++ b/qtmobility/src/sensors/qcompass.h Wed Jun 23 19:08:38 2010 +0300 @@ -77,7 +77,7 @@ explicit QCompass(QObject *parent = 0) : QSensor(QCompass::type, parent) {} virtual ~QCompass() {} QCompassReading *reading() const { return static_cast<QCompassReading*>(QSensor::reading()); } - static const char *type; + static char const * const type; }; QTM_END_NAMESPACE