qtmobility/examples/sensors/grueplugin/gruesensorimpl.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/examples/sensors/grueplugin/gruesensorimpl.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/examples/sensors/grueplugin/gruesensorimpl.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -41,7 +41,7 @@
 #include "gruesensorimpl.h"
 #include <QDebug>
 
-const char *gruesensorimpl::id("grue.gruesensor");
+char const * const gruesensorimpl::id("grue.gruesensor");
 
 gruesensorimpl::gruesensorimpl(QSensor *sensor)
     : QSensorBackend(sensor)