forked from organicmaps/organicmaps
[ios] Change lambda parameters in MapViewController.
This commit is contained in:
parent
abf88139c6
commit
6ee524f7b7
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ typedef NS_OPTIONS(NSUInteger, MapInfoView)
|
|||
}
|
||||
});
|
||||
|
||||
f.SetRouteBuildingListener([self, &f](routing::IRouter::ResultCode code, vector<storage::TIndex> const & absentCountries)
|
||||
f.SetRouteBuildingListener([self, &f](routing::IRouter::ResultCode code, vector<storage::TIndex> const & absentCountries, vector<storage::TIndex> const & absentRoutes)
|
||||
{
|
||||
[self.placePageManager stopBuildingRoute];
|
||||
switch (code)
|
||||
|
|
Loading…
Add table
Reference in a new issue