qtmobility/examples/sensors/grueplugin/gruesensor.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/examples/sensors/grueplugin/gruesensor.h	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/examples/sensors/grueplugin/gruesensor.h	Wed Jun 23 19:08:38 2010 +0300
@@ -74,7 +74,7 @@
     explicit GrueSensor(QObject *parent = 0) : QSensor(GrueSensor::type, parent) {}
     virtual ~GrueSensor() {}
     GrueSensorReading *reading() const { return static_cast<GrueSensorReading*>(QSensor::reading()); }
-    static const char *type;
+    static char const * const type;
 };
 // end generated code