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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-01-22 09:06:31 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:36:30 +0300
commitd3e7f3c768d75cd31d7b03df4e9f2732e9ddac63 (patch)
treeebbe6a0e46ca2305af592e204081a461c33183e3 /map/bookmark_manager.hpp
parentdf256d265d532446b83e2297f49bb6abb35a1ef5 (diff)
Fixes after colleagues comments
Diffstat (limited to 'map/bookmark_manager.hpp')
-rw-r--r--map/bookmark_manager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/bookmark_manager.hpp b/map/bookmark_manager.hpp
index 6b366ff517..72d6e8b86a 100644
--- a/map/bookmark_manager.hpp
+++ b/map/bookmark_manager.hpp
@@ -55,7 +55,7 @@ public:
BookmarkCategory * GetBmCategory(size_t index) const;
size_t CreateBmCategory(string const & name);
- void DrawItems(shared_ptr<PaintEvent> const & e, int drawScale, double visualScale) const;
+ void DrawItems(shared_ptr<PaintEvent> const & e) const;
/// @name Delete bookmarks category with all bookmarks.
/// @return true if category was deleted