diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/location/maps/qgeomap_p_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location/maps/qgeomap_p_p.h b/src/location/maps/qgeomap_p_p.h index f09d55c2..baf03c30 100644 --- a/src/location/maps/qgeomap_p_p.h +++ b/src/location/maps/qgeomap_p_p.h @@ -68,7 +68,7 @@ public: protected: virtual void changeMapSize(const QSize &size) = 0; - virtual void changeCameraData(const QGeoCameraData &oldCameraData) = 0; + virtual void changeCameraData(const QGeoCameraData &cameraData) = 0; virtual void changeActiveMapType(const QGeoMapType mapType) = 0; protected: |