forked from organicmaps/organicmaps-tmp
[iOS] compilation fix.
This commit is contained in:
parent
6739378625
commit
2e0192deba
1 changed files with 1 additions and 1 deletions
|
@ -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<int64_t, int64_t> const &);
|
||||
SEL progressSel = @selector(OnCountryDownload:withProgress:);
|
||||
TProgressFunc progressImpl = (TProgressFunc)[self methodForSelector:progressSel];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue