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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2019-06-07 10:37:23 +0300
committermpimenov <mpimenov@users.noreply.github.com>2019-06-11 14:04:41 +0300
commit9213224293daab92d34f3b19bbea3c6e7bc5d111 (patch)
tree26c77f6bce95ebda0737a343b0b13c70755a552f /storage
parentd5914cbce6a5abfa9795e3780f38a8c8e1ccef92 (diff)
[routing] Fixing routing quality and integration tests after packed_polygons.bin update.
Diffstat (limited to 'storage')
-rw-r--r--storage/country_parent_getter.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/country_parent_getter.hpp b/storage/country_parent_getter.hpp
index 99e0471f8a..bcbdc4ad30 100644
--- a/storage/country_parent_getter.hpp
+++ b/storage/country_parent_getter.hpp
@@ -14,6 +14,8 @@ public:
std::string const & countriesDir = "");
std::string operator()(std::string const & id) const;
+ Storage const & GetStorageForTesting() const { return *m_storage; }
+
private:
std::shared_ptr<Storage> m_storage;
};