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 'iphone/Maps/Bookmarks/BookmarksRootVC.mm')
-rw-r--r--iphone/Maps/Bookmarks/BookmarksRootVC.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Bookmarks/BookmarksRootVC.mm b/iphone/Maps/Bookmarks/BookmarksRootVC.mm
index b2600575b4..77f2ad1ec0 100644
--- a/iphone/Maps/Bookmarks/BookmarksRootVC.mm
+++ b/iphone/Maps/Bookmarks/BookmarksRootVC.mm
@@ -219,7 +219,7 @@
}
else
{
- BookmarksVC * bvc = [[BookmarksVC alloc] initWithCategory:indexPath.row];
+ BookmarksVC * bvc = [[BookmarksVC alloc] initWithCategory:static_cast<int>(indexPath.row)];
[self.navigationController pushViewController:bvc animated:YES];
}
}