[ios] Change lambda parameters in MapViewController.

This commit is contained in:
v.mikhaylenko 2015-07-07 13:52:30 +03:00 committed by Alex Zolotarev
parent abf88139c6
commit 6ee524f7b7

View file

@ -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)