Update local_ads_manager.hpp

This commit is contained in:
Roman Kuznetsov 2017-05-11 12:52:46 +03:00 committed by r.kuznetsov
parent c75f8d8629
commit aa75d98f6d

View file

@ -82,6 +82,8 @@ private:
void FillSupportedTypes();
// Returned value means if downloading process finished correctly or was interrupted
// by some reason.
bool DownloadCampaign(MwmSet::MwmId const & mwmId, std::vector<uint8_t> & bytes);
GetMwmsByRectFn m_getMwmsByRectFn;