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:
Diffstat (limited to 'search/house_to_street_table.cpp')
-rw-r--r--search/house_to_street_table.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/house_to_street_table.cpp b/search/house_to_street_table.cpp
index 6321b0c636..5b86015300 100644
--- a/search/house_to_street_table.cpp
+++ b/search/house_to_street_table.cpp
@@ -46,7 +46,7 @@ public:
unique_ptr<HouseToStreetTable> HouseToStreetTable::Load(MwmValue & value)
{
- version::MwmTraits traits(value.GetMwmVersion().GetFormat());
+ version::MwmTraits traits(value.GetMwmVersion());
auto const format = traits.GetHouseToStreetTableFormat();
unique_ptr<HouseToStreetTable> result;