[openlr] Fix to OpenLR assessment tool CarModelFactory creation.

This commit is contained in:
Yuri Gorshenin 2017-09-06 16:50:31 +03:00 committed by tatiana-kondakova
parent e493d3883a
commit 5e3707e961

View file

@ -13,6 +13,8 @@
#include "routing_common/car_model.hpp"
#include "storage/country_parent_getter.hpp"
#include "geometry/mercator.hpp"
#include "geometry/point2d.hpp"
@ -118,7 +120,7 @@ public:
: m_framework(framework)
, m_index(framework.GetIndex())
, m_roadGraph(m_index, routing::IRoadGraph::Mode::ObeyOnewayTag,
make_unique<routing::CarModelFactory>(routing::CountryParentNameGetterFn{}))
make_unique<routing::CarModelFactory>(storage::CountryParentGetter{}))
{
}