diff --git a/iphone/Maps/Settings/SettingsManager.mm b/iphone/Maps/Settings/SettingsManager.mm index 63a6952025..7501fdca3f 100644 --- a/iphone/Maps/Settings/SettingsManager.mm +++ b/iphone/Maps/Settings/SettingsManager.mm @@ -62,7 +62,7 @@ using namespace storage; SEL changeSel = @selector(OnCountryChange:); TChangeFunc changeImpl = (TChangeFunc)[self methodForSelector:changeSel]; - typedef void (*TProgressFunc)(id, SEL, TIndex const &, HttpProgressT const &); + typedef void (*TProgressFunc)(id, SEL, TIndex const &, pair const &); SEL progressSel = @selector(OnCountryDownload:withProgress:); TProgressFunc progressImpl = (TProgressFunc)[self methodForSelector:progressSel];