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-10-21 21:25:15 +0300
committermpimenov <mpimenov@users.noreply.github.com>2019-10-23 23:16:54 +0300
commit7653421c99d0f38393aa440c0a37cf1fe179cf19 (patch)
tree6d62705aeaaa38724075d1c869d4614843160718 /traffic
parent8f6d5a78048839b6fd27fe3083a4077554e69862 (diff)
[indexer] Get rid of MwmValueBase
Diffstat (limited to 'traffic')
-rw-r--r--traffic/traffic_tests/traffic_info_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/traffic/traffic_tests/traffic_info_test.cpp b/traffic/traffic_tests/traffic_info_test.cpp
index 2cd7a234d5..2d1c15167b 100644
--- a/traffic/traffic_tests/traffic_info_test.cpp
+++ b/traffic/traffic_tests/traffic_info_test.cpp
@@ -33,9 +33,9 @@ protected:
return info;
}
- unique_ptr<MwmValueBase> CreateValue(MwmInfo &) const override
+ unique_ptr<MwmValue> CreateValue(MwmInfo & info) const override
{
- return make_unique<MwmValueBase>();
+ return make_unique<MwmValue>(info.GetLocalFile());
}
};
} // namespace