summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/location/maps/qgeoroute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/location/maps/qgeoroute.h b/src/location/maps/qgeoroute.h
index 363ca61b..8feafa4f 100644
--- a/src/location/maps/qgeoroute.h
+++ b/src/location/maps/qgeoroute.h
@@ -109,6 +109,7 @@ class Q_LOCATION_EXPORT QGeoRouteLeg: public QGeoRoute
public:
QGeoRouteLeg();
QGeoRouteLeg(const QGeoRouteLeg &other);
+ QGeoRouteLeg &operator=(const QGeoRouteLeg &other) = default;
~QGeoRouteLeg();
void setLegIndex(int idx);