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:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2016-08-25 20:21:26 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2016-08-26 17:05:52 +0300
commit157062b5c5099bf2a6e149c73d3b6ba9d6505b5a (patch)
treed0ad0110cb143e5e6cabf921c2c623c41f8e1f23 /geometry
parentcf1ea4d512e65a5c5ab9f45c0be8e51765650428 (diff)
Review fixes.
Diffstat (limited to 'geometry')
-rw-r--r--geometry/screenbase.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/geometry/screenbase.hpp b/geometry/screenbase.hpp
index 2346f1dd0b..5094eabc8f 100644
--- a/geometry/screenbase.hpp
+++ b/geometry/screenbase.hpp
@@ -156,7 +156,7 @@ public:
m2::PointD PtoP3d(m2::PointD const & pt) const;
m2::PointD PtoP3d(m2::PointD const & pt, double ptZ) const;
- m2::RectD PixelRectIn3d() const
+ m2::RectD const & PixelRectIn3d() const
{
return m_ViewportRect;
}