[ios] Compilation fix.
This commit is contained in:
parent
6b3699d927
commit
22efe89e1d
1 changed files with 2 additions and 1 deletions
|
@ -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()];
|
||||
}
|
||||
|
|
Reference in a new issue