Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'map/mwm_url.hpp')
-rw-r--r--map/mwm_url.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/mwm_url.hpp b/map/mwm_url.hpp
index a0e71ee9dd..36495bc930 100644
--- a/map/mwm_url.hpp
+++ b/map/mwm_url.hpp
@@ -39,7 +39,7 @@ public:
bool GoBackOnBalloonClick() const { return m_goBackOnBalloonClick; }
/// @name Used in settings map viewport after invoking API.
- bool GetViewportRect(ScalesProcessor const & scales, m2::RectD & rect) const;
+ bool GetViewportRect(m2::RectD & rect) const;
UserMark const * GetSinglePoint() const;
private: