summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeocodingmanagerengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeocodingmanagerengine.h')
-rw-r--r--src/location/maps/qgeocodingmanagerengine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/location/maps/qgeocodingmanagerengine.h b/src/location/maps/qgeocodingmanagerengine.h
index 8aaa4d7c..49069dd5 100644
--- a/src/location/maps/qgeocodingmanagerengine.h
+++ b/src/location/maps/qgeocodingmanagerengine.h
@@ -68,13 +68,13 @@ public:
int managerVersion() const;
virtual QGeocodeReply* geocode(const QGeoAddress &address,
- QGeoBoundingArea *bounds);
+ const QGeoBoundingArea &bounds);
virtual QGeocodeReply* geocode(const QString &address,
int limit,
int offset,
- QGeoBoundingArea *bounds);
+ const QGeoBoundingArea &bounds);
virtual QGeocodeReply* reverseGeocode(const QGeoCoordinate &coordinate,
- QGeoBoundingArea *bounds);
+ const QGeoBoundingArea &bounds);