diff --git a/iphone/Maps/Settings/CountriesViewController.mm b/iphone/Maps/Settings/CountriesViewController.mm index fddc77c874..941073ebb5 100644 --- a/iphone/Maps/Settings/CountriesViewController.mm +++ b/iphone/Maps/Settings/CountriesViewController.mm @@ -48,7 +48,7 @@ using namespace storage; TProgressFunc progressImpl = (TProgressFunc)[self methodForSelector:progressSel]; storage.Subscribe(boost::bind(finishImpl, self, finishSel, _1), - boost::bind(progressImpl, self, progressSel, _1, _2)); + boost::bind(progressImpl, self, progressSel, _1, _2), NULL); } return self; }