Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Gorbushin <m.gorbushin@corp.mail.ru>2019-05-13 17:55:40 +0300
committerVlad Mihaylenko <vxmihaylenko@gmail.com>2019-05-14 17:53:33 +0300
commit8acd30e4efe85a3e06d9e439a7534370b84bca88 (patch)
tree9d898222b1b70797df51c151817d59fc2d98af59 /routing
parent8a2e3eafa924b997c7d76c9cade91f647c019ac3 (diff)
[routing] fix build
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_consistency_tests/routing_consistency_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_consistency_tests/routing_consistency_tests.cpp b/routing/routing_consistency_tests/routing_consistency_tests.cpp
index 3c18c1aea0..4916a0a62d 100644
--- a/routing/routing_consistency_tests/routing_consistency_tests.cpp
+++ b/routing/routing_consistency_tests/routing_consistency_tests.cpp
@@ -80,7 +80,7 @@ bool ParseUserString(string const & incomeString, UserRoutingRecord & result)
class RouteTester
{
public:
- RouteTester() : m_components(integration::GetVehicleComponents<VehicleType::Car>())
+ RouteTester() : m_components(integration::GetVehicleComponents(VehicleType::Car))
{
}