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