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:
authorvng <viktor.govako@gmail.com>2014-06-05 20:31:33 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:16:44 +0300
commit54877816d28ec828ce8372702022fd44a9af3da7 (patch)
tree7af179150f96c26f39bfec48ff89d2b3a70c0680 /map/user_mark_container.cpp
parent82efac282faf53afca3032947be9ae509cffee90 (diff)
Put “const” modifier where needed.
Diffstat (limited to 'map/user_mark_container.cpp')
-rw-r--r--map/user_mark_container.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/user_mark_container.cpp b/map/user_mark_container.cpp
index 35b92c7e30..fcd79afbc1 100644
--- a/map/user_mark_container.cpp
+++ b/map/user_mark_container.cpp
@@ -129,7 +129,7 @@ UserMarkContainer::~UserMarkContainer()
Clear();
}
-UserMark const * UserMarkContainer::FindMarkInRect(m2::AnyRectD const & rect, double & d)
+UserMark const * UserMarkContainer::FindMarkInRect(m2::AnyRectD const & rect, double & d) const
{
UserMark * mark = NULL;
d = numeric_limits<double>::max();