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/UI/PlacePage/MWMPlacePageData.mm')
-rw-r--r--iphone/Maps/UI/PlacePage/MWMPlacePageData.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm b/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm
index 38b3ea9f81..c93aa37519 100644
--- a/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm
+++ b/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm
@@ -119,7 +119,7 @@ NSString * const kUserDefaultsLatLonAsDMSKey = @"UserDefaultsLatLonAsDMS";
NSAssert(m_info.ShouldShowUGC(), @"");
__weak auto wself = self;
- GetFramework().GetUGCApi()->GetUGC(
+ GetFramework().GetUGC(
m_info.GetID(), [wself](ugc::UGC const & ugc, ugc::UGCUpdate const & update) {
__strong auto self = wself;
self.ugc = [[MWMUGCViewModel alloc] initWithUGC:ugc update:update];