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>2019-09-17 18:23:39 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-09-18 15:18:40 +0300
commit6e8da26d67232e2a1a541371c92be11698ce71fc (patch)
treeda6846fceaabadb08b7e660ccd9a870cb142a9be /map/benchmark_tool
parent0a2c7ae6c44038d87c39e26126e8e3abfa571d2e (diff)
[map] Renamed feature_vec_model to features_fetcher (Review fixes).
Diffstat (limited to 'map/benchmark_tool')
-rw-r--r--map/benchmark_tool/features_loading.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/benchmark_tool/features_loading.cpp b/map/benchmark_tool/features_loading.cpp
index 1821ee7766..266d936ecb 100644
--- a/map/benchmark_tool/features_loading.cpp
+++ b/map/benchmark_tool/features_loading.cpp
@@ -1,6 +1,6 @@
#include "map/benchmark_tool/api.hpp"
-#include "map/feature_vec_model.hpp"
+#include "map/features_fetcher.hpp"
#include "indexer/feature_visibility.hpp"
#include "indexer/scales.hpp"