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:
authorIgor Khmurets <subzero@mapswithme.com>2014-05-21 16:18:58 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:15:58 +0300
commit44bac99e1bd79c00ab896fb28953403e0ec63f18 (patch)
treef0c048498d9c6d954d9d3992012985eabda0d5be /map/bookmark_manager.hpp
parent3e7701a1da1406cd259dcb9a7ac145ea71bea567 (diff)
[ios] Fixed merge conflicts with new UserMark
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 48da54010d..1f1debd6e6 100644
--- a/map/bookmark_manager.hpp
+++ b/map/bookmark_manager.hpp
@@ -40,7 +40,7 @@ public:
void LoadBookmark(string const & filePath);
/// Client should know where it adds bookmark
- size_t AddBookmark(size_t categoryIndex, BookmarkData & bm);
+ size_t AddBookmark(size_t categoryIndex, m2::PointD const & ptOrg, BookmarkData & bm);
/// Client should know where it moves bookmark
size_t MoveBookmark(size_t bmIndex, size_t curCatIndex, size_t newCatIndex);
void ReplaceBookmark(size_t catIndex, size_t bmIndex, BookmarkData const & bm);