Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-osm committed Jul 25, 2023
1 parent 5cc3e10 commit 4fb23a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<OsmAnd::Metric>& metric)
Expand Down
1 change: 1 addition & 0 deletions Sources/Controllers/Map/Widgets/Widgets/OAWeatherWidget.mm
Original file line number Diff line number Diff line change
Expand Up @@ -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<OsmAnd::Metric>& metric)
Expand Down

0 comments on commit 4fb23a8

Please sign in to comment.