summaryrefslogtreecommitdiffstats
path: root/src/location/maps/qgeoroutesegment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/location/maps/qgeoroutesegment.h')
-rw-r--r--src/location/maps/qgeoroutesegment.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/location/maps/qgeoroutesegment.h b/src/location/maps/qgeoroutesegment.h
index bddc172c..3ce01151 100644
--- a/src/location/maps/qgeoroutesegment.h
+++ b/src/location/maps/qgeoroutesegment.h
@@ -78,7 +78,8 @@ public:
QGeoManeuver maneuver() const;
protected:
- QGeoRouteSegment(QExplicitlySharedDataPointer<QGeoRouteSegmentPrivate> &d_ptr);
+ QGeoRouteSegment(const QExplicitlySharedDataPointer<QGeoRouteSegmentPrivate> &dd);
+ QExplicitlySharedDataPointer<QGeoRouteSegmentPrivate> &d();
private:
QExplicitlySharedDataPointer<QGeoRouteSegmentPrivate> d_ptr;