summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeoserviceprovider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoserviceprovider.cpp')
-rw-r--r--src/location/maps/qgeoserviceprovider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeoserviceprovider.cpp b/src/location/maps/qgeoserviceprovider.cpp
index 2babbba6..1793b3ae 100644
--- a/src/location/maps/qgeoserviceprovider.cpp
+++ b/src/location/maps/qgeoserviceprovider.cpp
@@ -308,7 +308,7 @@ QGeoServiceProvider::PlacesFeatures QGeoServiceProvider::placesFeatures() const
* methods we need to call. Ideally it would be nice to find a way to embed
* these into the manager() template. */
template <class Engine>
-Engine *createEngine(QGeoServiceProviderPrivate *d_ptr)
+Engine *createEngine(QGeoServiceProviderPrivate *)
{
return 0;
}