diff --git a/Sources/Controllers/Map/Widgets/Factory/OAMapInfoWidgetsFactory.mm b/Sources/Controllers/Map/Widgets/Factory/OAMapInfoWidgetsFactory.mm index cb0173a52e..27e16c0698 100644 --- a/Sources/Controllers/Map/Widgets/Factory/OAMapInfoWidgetsFactory.mm +++ b/Sources/Controllers/Map/Widgets/Factory/OAMapInfoWidgetsFactory.mm @@ -130,6 +130,7 @@ - (OATextInfoWidget *) createWeatherControl:(EOAWeatherBand)band OsmAnd::WeatherTileResourcesManager::ObtainValueAsyncCallback _callback = [selfWeak, cachedValue, band, needToUpdate, bandUnit, undefined, weatherControlWeak] (const bool succeeded, + OsmAnd::PointI requestedPoint31, int64_t requestedTime, const double value, const std::shared_ptr& metric) diff --git a/Sources/Controllers/Map/Widgets/Widgets/OAWeatherWidget.mm b/Sources/Controllers/Map/Widgets/Widgets/OAWeatherWidget.mm index b0b835b9ff..ca75adac8f 100644 --- a/Sources/Controllers/Map/Widgets/Widgets/OAWeatherWidget.mm +++ b/Sources/Controllers/Map/Widgets/Widgets/OAWeatherWidget.mm @@ -94,6 +94,7 @@ - (BOOL)updateInfo OsmAnd::WeatherTileResourcesManager::ObtainValueAsyncCallback _callback = [selfWeak, needToUpdate, bandUnit] (const bool succeeded, + OsmAnd::PointI requestedPoint31, int64_t requestedTime, const double value, const std::shared_ptr& metric)