forked from organicmaps/organicmaps
Warning fix.
This commit is contained in:
parent
1598ccd73b
commit
946c3c2f19
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ namespace integration
|
|||
public:
|
||||
OsrmRouterComponents(vector<LocalCountryFile> const & localFiles)
|
||||
: IRouterComponents(localFiles)
|
||||
, m_indexRouter(move(CreateCarRouter(m_featuresFetcher->GetIndex(), *m_infoGetter,
|
||||
m_trafficCache, localFiles)))
|
||||
, m_indexRouter(CreateCarRouter(m_featuresFetcher->GetIndex(), *m_infoGetter, m_trafficCache,
|
||||
localFiles))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue