summaryrefslogtreecommitdiff
path: root/src/location/maps/qgeorouterequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeorouterequest.cpp')
-rw-r--r--src/location/maps/qgeorouterequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeorouterequest.cpp b/src/location/maps/qgeorouterequest.cpp
index 1278cb51..26ae244b 100644
--- a/src/location/maps/qgeorouterequest.cpp
+++ b/src/location/maps/qgeorouterequest.cpp
@@ -255,7 +255,7 @@ QGeoRouteRequest::~QGeoRouteRequest() {}
Assigns \a other to this route request object and then returns a reference
to this route request object.
*/
-QGeoRouteRequest& QGeoRouteRequest::operator= (const QGeoRouteRequest & other)
+QGeoRouteRequest &QGeoRouteRequest::operator= (const QGeoRouteRequest & other)
{
if (this == &other)
return *this;