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:
authorMaxim Pimenov <m@maps.me>2016-01-27 14:18:41 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:15:51 +0300
commit22dcc0fc860b400d2f62fb5f35cbcef9573617d2 (patch)
tree2a5b008a1e06a32dba87c824fb8d07302a6bcd28 /platform
parentde8fc0269b374fca6a3b32160e8a0941c6679bb8 (diff)
[search] Fixed tests.
Migration to small MWMs conicided with removing separate routing files (thus incorporating routing into regular map files). This CL fixes the corresponding behaviour of search integration tests. Also, fixed quality tests to account for a new World file.
Diffstat (limited to 'platform')
-rw-r--r--platform/local_country_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/local_country_file.cpp b/platform/local_country_file.cpp
index b471abc4e9..4ee93ced25 100644
--- a/platform/local_country_file.cpp
+++ b/platform/local_country_file.cpp
@@ -13,7 +13,7 @@
namespace platform
{
LocalCountryFile::LocalCountryFile()
- : m_version(0), m_files(MapOptions::Nothing), m_mapSize(0), m_routingSize()
+ : m_version(0), m_files(MapOptions::Nothing), m_mapSize(0), m_routingSize(0)
{
}