forked from organicmaps/organicmaps-tmp
Rebase fixes.
This commit is contained in:
parent
ed7c39ea21
commit
936b9cd747
1 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,6 @@
|
|||
|
||||
#include "3party/opening_hours/opening_hours.hpp"
|
||||
|
||||
|
||||
namespace search
|
||||
{
|
||||
|
||||
|
@ -194,8 +193,8 @@ Result PreResult2::GenerateFinalResult(storage::CountryInfoGetter const & infoGe
|
|||
}
|
||||
|
||||
Result PreResult2::GeneratePointResult(storage::CountryInfoGetter const & infoGetter,
|
||||
CategoriesHolder const * pCat,
|
||||
set<uint32_t> const * pTypes, int8_t locale) const
|
||||
CategoriesHolder const * pCat,
|
||||
set<uint32_t> const * pTypes, int8_t locale) const
|
||||
{
|
||||
uint32_t const type = GetBestType(pTypes);
|
||||
return Result(m_id, GetCenter(), m_str, GetRegionName(infoGetter, type),
|
||||
|
|
Loading…
Add table
Reference in a new issue