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:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-07-18 12:04:51 +0300
committerSergey Yershov <syershov@maps.me>2017-07-18 14:34:52 +0300
commit48bbada6ddb780639bb681977fdc45d17e9be686 (patch)
tree025102075fa965a949d46c07f731c2d46b1529c4
parente281b48793e751a0d85911f3330af65baaa97cf0 (diff)
[MAPSME-5018,MAPSME-5019] [ios] Review fixes.beta-913
-rw-r--r--iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm b/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm
index e860e4d8c8..d08b030259 100644
--- a/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm
+++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm
@@ -129,7 +129,7 @@ map<MetainfoRows, Class> const kMetaInfoCells = {
};
self.bookmarkCell = nil;
- [self.actionBar configureWithData:static_cast<id<MWMActionBarSharedData>>(data)];
+ [self.actionBar configureWithData:data];
[self.previewLayoutHelper configWithData:data];
auto const & metaInfo = data.metainfoRows;
auto const hasOpeningHours =