[ios] Compilation fix.

This commit is contained in:
vng 2015-03-02 14:46:34 +03:00 committed by Alex Zolotarev
parent 6b3699d927
commit 22efe89e1d

View file

@ -860,7 +860,8 @@ typedef NS_ENUM(NSUInteger, CellRow)
Framework & f = GetFramework();
search::AddressInfo info;
m2::PointD pxPivot;
if (f.GetVisiblePOI(f.GtoP([self pinPoint]), pxPivot, info))
feature::FeatureMetadata metadata;
if (f.GetVisiblePOI(f.GtoP([self pinPoint]), pxPivot, info, metadata))
{
return [self nonEmptyTitle:info.GetPinName()];
}